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