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", i am getting the below error mesage Could not evaluate: Could not retrieve information from environment source(s) puppet:///backup/files/foo any suggestion? Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/cuXaI8yXuIYJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
----- Original Message -----> From: "bobby38" <babak97@gmail.com> > To: puppet-users@googlegroups.com > 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 puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
You can read all about the puppet file server here. http://docs.puppetlabs.com/guides/file_serving.html On Wednesday, November 7, 2012 11:54:36 AM UTC-5, bobby38 wrote:> > 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", > > i am getting the below error mesage > Could not evaluate: Could not retrieve information from environment > source(s) puppet:///backup/files/foo > > any suggestion? > Thanks >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/wVNdd_2WhKgJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.