Re: [Puppet Users] Report processor that log tagmail like reports to a file?

2016-09-15 Thread Peter Kristolaitis
If you can't find a prebuilt module to do this, it would be super easy for you to write your own. Report processors are pretty straight-forward. If you started by copying the tagmail module, then ripped out the SMTP bits and added in write-to-file bits, you'd have to write... probably less th

[Puppet Users] Report processor that log tagmail like reports to a file?

2016-09-15 Thread pykesys
I searched through all the reports processors on puppet forge but did not find one that writes tagmail like reports to file... Can any one point us to something like this? Regards, Daniel -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To u

[Puppet Users] Re: logrotate and puppetserver debian package

2016-09-15 Thread durist
Huh, looks like you're right-- the latest deb (puppetserver_2.6.0-1puppetlabs1_all.deb) doesn't contain the file, but dpkg -L still shows it as part of the package. Maybe this is a bug in dpkg? Thanks for testing that. On Tuesday, September 13, 2016 at 3:05:29 PM UTC-6, Joe Pinsonault wrote: >

[Puppet Users] Re: yumrepo difference in behaviour between CentOS 6 and 7

2016-09-15 Thread Erez Zarum
It's a known bug, the best option i have come with is to create a module to manage the base repositories using augeas instead of yumrepo. On Monday, September 12, 2016 at 6:48:15 PM UTC+3, Jonathan Gazeley wrote: > > Hi folks, > > I'm working on a manifest that manages the stock yum.repos.d defi

Re: [Puppet Users] Best way to set variables based on packages installed on client?

2016-09-15 Thread Rob Nelson
I don't think you'll see that added as a core fact because it would still have a relatively narrow appeal. Due to the partnership between RH/Puppet, there may be a Satellite mod that includes such a custom fact. If you do something like that yourself, I would keep an eye on https://tickets.puppetla

Re: [Puppet Users] Best way to set variables based on packages installed on client?

2016-09-15 Thread HPUX_PUPPET
I only wish it was that simple and thus the problem i had been facing. The 3rd party package requires hands-on steps to get installed, but the package itself isn't the issue. It is that it puts 2-5 lines at the head of the PAM module conf files (system-auth, password-auth, common-auth, ...). I