Hi.
I really appreciate this knowledge sharing. I currently use Spacewalk
instead of Red Hat Satellite for patch management of my RHEL hosts, but I'm
not happy with it for configuration management and working towards
implementing Puppet. How do you audit and report your current package
level
Hi Steven,
I'm attempting the same thing you are. I see that
my /etc/puppetlabs/puppet/puppetdb.conf keeps getting overwritten on my
Puppet Master to point back to the Puppet Master instead of my PuppetDB
host. Do you know where this is being set?
Thanks!
Matt
On Tuesday, September 10, 2013
Hi,
Has anyone successfully performed this scenario?
I'm installing Puppet Enterprise 3.1, and want to have the Console service
running on the Puppet Master. However, I want to have the PuppetDB
service on another server. It seems like the installer either puts all of
the services on one ho
Hi,
Has anyone successfully performed this scenario?
I'm installing Puppet Enterprise 3.1, and want to have the Console service
running on the Puppet Master. However, I want to have the PuppetDB
service on another server. It seems like the installer either puts all of
the services on one ho
I want to create a default module for SMTP. However, I want to put some
logic into it.
I have postfix as my default local SMTP server for my Linux servers.
However, I also have a Zimbra server. Basically what I want to do is
If 'id zimbra' is true, then ensure service postfix is stopped.
Els
Jose / John - Yeah, I didn't think it quite through. After reading some of
your suggestions, I think I'm going to try to do the following in my
postfix manifest
service { 'postfix':
enable => $postfix::enablestatus,
ensure => $postfix::ensurestatus,
}
In Heira global.yaml, have those variabl