[Puppet Users] Re: Could not request certificate: Error 405 on SERVER

2013-06-13 Thread Don Harden
Hello, I followed the instructions on puppetlabs to install puppet 3.2.1 and Passenger on RedHat 6.4 x86_64. http://docs.puppetlabs.com/guides/installation.html http://docs.puppetlabs.com/guides/passenger.html I also installed puppet 3.2.1 on a RedHat 5.6 as the client. I finally got puppet

[Puppet Users] Re: checking if a user exists

2010-07-23 Thread Don Harden
If you don’t care about keeping the UID consistent, then yeah, remove that line as suggested. Thanks for the suggestions. ALthought it might be nice, I don't really care about keeping the UID consistent, but they should be system UIDs (500). We have several boxes with zabbix installed via

[Puppet Users] checking if a user exists

2010-07-22 Thread Don Harden
Hi Folks, Ive been trying to figure this out on Puppet 2.5.5 but just upgraded to 2.6 I have this in a module to make sure zabbix is installed, configured and running: class zabbix_agentd { user { zabbix: name = 'zabbix', ensure = present,