On Tue, Jul 10, 2012 at 4:18 PM, Marshie8 <markmarsha...@gmail.com> wrote:
>
> On Tuesday, July 10, 2012 4:12:42 PM UTC+1, Matthew Burgess wrote:
>>
>> Then it looks like you're running puppet under its default webrick
>> configuration.  How do you start your puppetmaster?  Via the init
>> script?
>
>
> Yes, it's running as the puppet user:
>
> server-1:~ # ps -ef |grep 'puppetmaster'
> puppet    5256     1  0 Jun13 ?        03:20:41 /usr/bin/ruby
> /usr/sbin/puppetmasterd
>
>
>>What does 'ls -l /etc/puppet/files/server_file' show?
>
> server-1:~ # ls -la /etc/puppet/files/server_file
> -rw-r----- 1 root work 1694 2012-07-10 10:59 /etc/puppet/files/server_file

So, presumably then 'groups puppet' shows that it isn't in the 'work'
group, at which point it won't be able to read that file.  'chmod
0644' should sort this for you.  Note that those permissions won't be
affected by your manifest as this is the 'source' file, not the target
destination.

Regards,

Matt.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to