[Puppet Users] Re: White Paper: Migrating from Redhat satellite server to Puppet + Foreman

2013-06-11 Thread Matthew Reams
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

[Puppet Users] Re: Setting up PE from scratch with PuppetDB/Postgres on separate box

2013-12-06 Thread Matthew Reams
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

[Puppet Users] PE Install Question (Master/Console together, separate PuppetDB)

2013-12-09 Thread Matthew Reams
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

[Puppet Users] PE Install Question (Console/Master on one host, PuppetDB on another)

2013-12-09 Thread Matthew Reams
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

[Puppet Users] Question: performing actions based on user account being present

2014-01-31 Thread Matthew Reams
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

Re: [Puppet Users] Question: performing actions based on user account being present

2014-02-03 Thread Matthew Reams
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