----- Original Message -----
> From: "bobby38" <[email protected]>
> To: [email protected]
> Sent: Wednesday, November 7, 2012 4:54:36 PM
> Subject: [Puppet Users] question with puppet
> 
> I have added a new folder to my /modules/backup called files
> /modules/backup/files
> i have verified the new files folder resides in puppet master and
> owned by puppet and it has the right permission
> when i source to the a file inside file folder
> 
> source => "puppet:///backup/files/foo",

for a module the source should be puppet:///modules/modulename/filename
so you probably want puppet:///modules/backup/foo

-- 
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.

Reply via email to