Issue #15056 has been updated by R.I. Pienaar.
Usually this only happens for new files where you load them in with something like "import hosts/*.pp" and that's a known issue. You can work around it by just doing 'touch site.pp' when u add new files there ---------------------------------------- Bug #15056: Puppetmaster requires restart to handle new .pp files https://projects.puppetlabs.com/issues/15056#change-65124 Author: Gaetan Allart Status: Unreviewed Priority: Normal Assignee: Category: Gentoo Target version: Affected Puppet version: 2.7.11 Keywords: puppetmaster restart files hosts Branch: Hello Puppet Team, We've developped a small and smart interface that enables us to manage the classes we want on all our servers (example : Server 1 has classes apache, php, mysql; Server2 has nginx, php). This web interface writes a .pp file in /etc/puppet/manifests/hosts/ for every new host and updates it according to classes chose : Exemple nx1225.pp : node nx1225 { #BEGIN INCLUDE include php include mail include mysql include apache #END INCLUDE } The problem is that, for every change on these files, we need to restart the puppetmaster deamon for nodes to be updated according to new classes. Is this something expected? Thanks for your feedback, Gaƫtan -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
