On Nov 24, 6:17 am, Ohad Levy <[email protected]> wrote:
> You probably have a File statement somewhere (like site.pp) which has a
> default source or target attributes.
Or, it could be because you have written "name =>" where you want
"path =>". Or you could omit both and simply title your resource with
the path, like so:
file { "/etc/ntp.conf":
content => "$src"
}
John
--
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.