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 before the system_defaults class can
be applied to the node (which we want applied every time). And err()
doesn't propagate up to the dashboard.
Is there any way to accomplish what I want?
Rich
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en.