On Nov 24, 6:17 am, Ohad Levy <ohadl...@gmail.com> 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 puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to