Issue #5477 has been updated by Dominic Maraglia. Status changed from Available In Testing Branch to Closed
Verified fixed in 2.6.next on: ec3178f7f3e7d4afd167089bc78ec99b88a0b664 Acceptance level test added to puppet-acceptance harness: github.com:puppetlabs/puppet-acceptance.git 9fc64b9ff1087f5d1ea13b2d7e80d9741b00f2ce ---------------------------------------- Bug #5477: if site.pp does not exist on the first compile, puppet master will not detect when it is created https://projects.puppetlabs.com/issues/5477 Author: Dan Bode Status: Closed Priority: High Assignee: Jesse Wolfe Category: parser Target version: 2.6.8 Affected Puppet version: Keywords: Branch: http://github.com/jes5199/puppet/tree/ticket/next/5477 In 2.6, compile does not fail when site.pp does not exist. However, if a catalog is compiled when site.pp does not exist, puppetmaster does not detect when site.pp is created. This requires a restart. To recreate: <pre> # ensure that site.pp does not exist >rm -f /etc/puppet/manifests/site.pp >puppet master --verbose --no-daemonize >puppet agent --test >echo 'notify{foo:}' > /etc/puppet/manifests/site.pp >sleep 20 >puppet agent --test </pre> changes in site.pp are not noticed, it requires a restart of the puppetmaster. -- 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.
