[Puppet Users] Re: file and user permissions on the puppet master, best practice

2012-02-21 Thread paulS
Nice! Thanks! sam@puppetmaster:~$ getent passwd | grep puppet # /bin/false is not good puppet:x:108:113:Puppet configuration management daemon,,,:/var/lib/ puppet:/bin/false sam@puppetmaster:~$ sudo chsh puppet -s /bin/bash sam@puppetmaster:~$ getent passwd | grep puppet # that's better puppet

Re: [Puppet Users] Re: file and user permissions on the puppet master, best practice

2012-02-21 Thread Craig White
On Feb 21, 2012, at 11:46 AM, paulS wrote: > (By the way, I should have referred to myself as a new Puppet _user_. > I certainly didn't mean to imply that I'm a developer of Puppet open > source software. I'm obviously not up to that challenge.) > > Thanks a lot, Craig. > > I'm using Webrick no

[Puppet Users] Re: file and user permissions on the puppet master, best practice

2012-02-21 Thread paulS
(By the way, I should have referred to myself as a new Puppet _user_. I certainly didn't mean to imply that I'm a developer of Puppet open source software. I'm obviously not up to that challenge.) Thanks a lot, Craig. I'm using Webrick now, and will move to Apache before release to production. I