Re: [Puppet-dev] #8433 Globbing imports are now considered undefined behavior

2013-10-24 Thread John Bollinger
On Thursday, October 24, 2013 10:39:22 AM UTC-5, Adrien Thebo wrote: > > On Thu, Oct 24, 2013 at 12:54 AM, DEGREMONT Aurelien > > > wrote: > >> Le 23/10/2013 17:41, Peter Meier a écrit : >> >> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> It seems that now the recommendation is to

Re: [Puppet-dev] #8433 Globbing imports are now considered undefined behavior

2013-10-24 Thread Adrien Thebo
On Thu, Oct 24, 2013 at 12:54 AM, DEGREMONT Aurelien < aurelien.degrem...@cea.fr> wrote: > Le 23/10/2013 17:41, Peter Meier a écrit : > > -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> It seems that now the recommendation is to have one file per >>> class? >>> >> Yes it is. >> > :/ > Mod

Re: [Puppet-dev] File and templates

2013-10-24 Thread Dustin J. Mitchell
It should not be notifying the service if the content has not changed. Is your template generating different content each time? Dustin -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving email

[Puppet-dev] File and templates

2013-10-24 Thread Ronan Carty
Hi, I am using the following function to update the puppet.conf file using the contents of a template file. file { '/etc/puppet/puppet.conf' : ensure => present, content => template("my-puppetmaster/puppetmaster.conf.erb"), notify => Service[puppetmaster],} The problem i have is

Re: [Puppet-dev] #8433 Globbing imports are now considered undefined behavior

2013-10-24 Thread DEGREMONT Aurelien
Le 23/10/2013 17:41, Peter Meier a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It seems that now the recommendation is to have one file per class? Yes it is. :/ Module manifests will be much more complex with a lot of files in it. If no, where puppet will look for foo::a::b class,