Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
root@puppet1:/etc/puppet# grep -A1 -B6 template modules/named/manifests/caching-only/debian.pp file { "/etc/bind/named.conf.options": owner => "root", group => "root", mode => "644", require => File["/etc/bind"], before => File["named.conf"], content => template("/named/caching/named.conf.options"), } root@puppet1:/etc/puppet# ls modules/named/templates/caching/named.conf.options modules/named/templates/caching/named.conf.options but running puppet produces: err: Could not retrieve catalog: Could not find template /named/caching/named.conf.options at /etc/puppet/modules/named/manifests/caching-only/debian.pp:70 on node
This paste will be private.
From the Design Piracy series on my blog: