Re: [Puppet Users] Multiple Requires not allowed, not sure what this is for...

2013-06-08 Thread Jakov Sosic
On 12/22/2012 05:36 AM, John Moser wrote: I'm having a case where, as with Puppet, multiple packages use the same file. For example, puppet and puppetmaster both use /etc/puppet/puppet.conf I've approached this problem in another way. I define file puppet.conf in puppet class, and override

Re: [Puppet Users] Multiple Requires not allowed, not sure what this is for...

2012-12-22 Thread Matthias Viehweger
Hi John! On Fri, Dec 21, 2012 at 08:36:27PM -0800, John Moser wrote: I'm having a case where, as with Puppet, multiple packages use the same file. For example, puppet and puppetmaster both use /etc/puppet/puppet.conf You can declare a list of requires for a resource. Something like:

[Puppet Users] Multiple Requires not allowed, not sure what this is for...

2012-12-21 Thread John Moser
I'm having a case where, as with Puppet, multiple packages use the same file. For example, puppet and puppetmaster both use /etc/puppet/puppet.conf My first attempt was to have a class 'puppet::client' include a service 'puppet' with a require = Class[puppet::config], as well a class