[Puppet Users] firewall module to accept array of sources/dests

2016-02-08 Thread Alex Harvey
Hi all, I just ran into an issue with the firewall module https://tickets.puppetlabs.com/browse/MODULES-3066 It looks like I'm not the first user of this module to be surprised to discover that it can't do this: firewall { '100 allow http and https access': source => [ '1.1.1.1/24',

[Puppet Users] r10k postrun + Puppetfile

2016-02-08 Thread Lupin Deterd
Hi, I have two questions that all related to r10k, this could be trivial but I can't seem to make it work. Basically what I want to achieve is trigger a postrun that will modify/set the permission of /var/lib/hieradata and /etc/puppetlabs/puppet/environment/production/modules both are mana

[Puppet Users] Re: Problems testing branching using rspec-puppet with hiera

2016-02-08 Thread Kalai A
Share me the file path hiera.yaml and ".yaml" file where you kpet under /spec directory. On Thursday, January 28, 2016 at 3:57:08 AM UTC+5:30, jwil...@gmail.com wrote: > > Hi all! > > I've been banging my head against this for the past couple of days and I'm > pretty stuck. I've started impl

Re: [Puppet Users] Can puppet send email specific to a host?

2016-02-08 Thread villasaaa
Thank you for the response Ken! But I am using the tagmail module and not the tagmail inbuilt feature which has been removed. https://forge.puppetlabs.com/puppetlabs/tagmail Do you have any details on how to tweak the reporter to get emails sent only for specific hosts? On Friday, February 5,

[Puppet Users] Re: Creating module structure with Foreman that removes settings when a module no longer applies (like GPOs)

2016-02-08 Thread jcbollinger
On Friday, February 5, 2016 at 11:33:12 AM UTC-6, jmp242 wrote: > > I'm thinking about this, and it may be a total waste of time, but > occasionally we want to change the configuration of an existing computer. > We could totally re-image the computers, but that seems like it might be a > big t

Re: [Puppet Users] What I think that is needed for a practical Puppet class

2016-02-08 Thread Jakov Sosic
On 01/01/2016 11:36 PM, Rudy Gevaert wrote: * motd updating (not important but good first exercise) * repository management * DNS configuration in resolve.conf * user management * ssh configuration * firewall rules * setting up an apache web server * setting up a MySQL server I

Re: [Puppet Users] Re: Deploy bacula with puppet and foreman

2016-02-08 Thread Greg Sutcliffe
On 2 February 2016 at 18:31, Timotheus Titus wrote: > As far as I see I have to call bacula::director::client somehow as it > defines the client-config. > > But the question is: How can I do that? > > I'm not familiar with the bacula module, but bacula::director::client seems to be a define rathe