Re: [Puppet Users] Could not evaluate: Could not retrieve file metadata

2014-09-07 Thread Yanis Guenane
Hi Alex, Not sure about the 'Not Authorized' error message, but the URI you're using to retrieve the file seems wrong. Based on Puppet official doc[1], the correct pattern is : puppet:///modules/name_of_module/filename But the one you're using is more like :

Re: [Puppet Users] Could not evaluate: Could not retrieve file metadata

2014-09-06 Thread Felix Frank
On 09/05/2014 10:39 PM, Alex Wacker wrote: I am currently having the following problem and have not been able to track down the cause in all my searches online. I have a script file located in a module I have written that the client appears to be unable to get. Hi, does the master perhaps not

Re: [Puppet Users] Could not evaluate: Could not retrieve file metadata

2014-09-06 Thread Alex Wacker
Here is the output on the master side when running in debug mode and attempting to do a puppet agent -t on the client http://pastie.org/private/klrgqlxbxqw82cii6diq On Saturday, September 6, 2014 12:42:39 PM UTC-4, Felix.Frank wrote: On 09/05/2014 10:39 PM, Alex Wacker wrote: I am

Re: [Puppet Users] Could not evaluate: Could not retrieve file metadata

2014-09-06 Thread Alex Wacker
Forgot to mention, in regards to permissions, Tried making everything 777 and owned by puppet but no change. On Saturday, September 6, 2014 12:42:39 PM UTC-4, Felix.Frank wrote: On 09/05/2014 10:39 PM, Alex Wacker wrote: I am currently having the following problem and have not been able to

[Puppet Users] Could not evaluate: Could not retrieve file metadata

2014-09-05 Thread Alex Wacker
Hello, I am currently having the following problem and have not been able to track down the cause in all my searches online. I have a script file located in a module I have written that the client appears to be unable to get. Error: /Stage[main]/modulename/File[remove_script]: Could not