Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
--- gtmonitoring/manifests/init.pp import "nrpe/*.pp" class gtmonitoring { include gtmonitoring::nrpe::server } --- gtmonitoring/manifests/batchservers.pp class gtmonitoring::batchservers { include gtmonitoring::advancedplugins include gtmonitoring::nrpe::check_comms_reposts } --- nodes/host1.my.com.pp include gtcommon include gtmonitoring::batchservers --- gtcommon/manifests/init.pp class gtcommon { # monitoring include gtmonitoring include gtmonitoring::nrpe::check_puppetcompile } --------- err: Could not retrieve catalog: Could not find class gtmonitoring::nrpe::check_comms_reposts in namespaces gtmonitoring::batchservers at /path/to/puppet/gtcommon/modules/gtmonitoring/manifests/batchservers.pp:5 on node host1.my.com
This paste will be private.
From the Design Piracy series on my blog: