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,
com
> 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 d
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 a