search for: searchdomain

Displaying 3 results from an estimated 3 matches for "searchdomain".

2012 Aug 17
5
Hiera, Hashes, and Create_resources
...sshd_type: local I want it to print out just server-a''s value. How do I do that? Also, interestingly, it printed out each of the server names (keys?) in the hash but the value of the server-a''s sshd_auth entry. My YAML, puppet manifest and error follow. # cat common.yaml --- searchdomain : ''example.com'' ssh_auth : ldap servers : server-a : sshd_auth: "local" ClientAliveInterval: "nil" ClientAliveCountMax: "nil" server-b :...
2010 Nov 07
14
EC2 with puppet bootstrap notes and scripts
...needs to know the FQDN of the client which is whatever you want it to be. The hard part is that the puppet client needs to know where the puppetmaster is and know its FQDN. When a generic EC2 instance is started it has a hostname of localhost.localdomain (or something like ip-10-111-222-33), a searchdomain of ec2.internal, and only the loopback address in /etc/hosts. To get a puppet client to bootstrap correctly all three of these things need to be changed. The searchdomain in /etc/resolv.conf is reset on each boot by the dhcp client. To ''fix'' this you can add ''supersede...
2019 Dec 25
3
Setting ACLs with smbcacls fails (partly)
...24 ??? mp0: /hdd_zfs_guests/shares,mp=/shares ??? mp1: /hdd_zfs_guests/home,mp=/home ??? nameserver: 10.0.1.5 ??? net0: name=eth0,bridge=vmbr1,gw=10.0.0.1,hwaddr=56:19:46:64:BA:6B,ip=10.0.2.3/8,tag=2,type=veth ??? ostype: debian ??? rootfs: hdd_zfs_guests:subvol-312-disk-5,acl=1,size=8G ??? searchdomain: mywrkgrp.mydom.com ??? swap: 1024 ??? unprivileged: 1 ??? lxc.idmap: u 0 100000 2000000 ??? lxc.idmap: g 0 100000 2000000 ---- ---- files /etc/setgid and /etc/setuid have the same content ??? root:10000:2100000 ---- -------------------------------------------------------------------------...