James Turnbull <james <at> puppetlabs.com> writes: > > msacks wrote: > > On Wed, Mar 2, 2011 at 5:24 PM, msacks <ntwrkd <at> gmail.com> wrote: > >> So I bit the bullet and added the system to DNS. > >> Now I am trying to generate the files automatically, but when I call > >> "puppet --mkusers" now it doesn't seem to take any action. > > Facepalm, I mean > > > > # puppet master --mkusers > > > > What version are you running? The git-like sub commands came in 2.6.x > and later? > > Regards > > James >
All you need to do to fix is remove the association of your short hostname and add it to the host file.... ahh let me just show you: [root@puppetmd01 puppetdev]# grep puppetmd01 /etc/hosts 192.168.122.200 puppetmd01 puppetmd01.fastpedal.com puppet puppet.fastpedal.com [root@puppetmd01 puppetdev]# cat /etc/resolv.conf # Generated by NetworkManager search fastpedal.com nameserver 192.168.122.1 As long as you use the host file and us a made-up domain name and you add that into the search variable in the /etc/resolve.conf file.... that error should go away... - you don't need DNS .. you need the resolver :-) Tony [email protected] -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
