[Puppet Users] failing with fail() without failing everything

2011-02-03 Thread Rich Rauenzahn
We would like to have a default node applied to systems, but also trigger a failure so that we notice the system in puppet-dashboard. At the moment we're doing... node default { include system_defaults fail($hostname doesn't have a node to apply to it) } Unfortunately this seems to fail

Re: [Puppet Users] failing with fail() without failing everything

2011-02-03 Thread Nan Liu
On Thu, Feb 3, 2011 at 7:02 PM, Rich Rauenzahn rraue...@gmail.com wrote: We would like to have a default node applied to systems, but also trigger a failure so that we notice the system in puppet-dashboard. At the moment we're doing... node default {   include system_defaults