Greetings,
ruby 1.8.7, facter 1.5.7, puppet 0.25.2, and Solaris 10 on sun4u.
>From /etc/puppet/fileserver.conf,
[solaris]
path /etc/puppet/manifests/solaris
allow *
>From /etc/puppet/manifests/site.pp,
file { "/etc/shadow":
source => "puppet:///solaris//etc/shadow",
}
And,
ls -l /etc/puppet/manifests/solaris/etc/shadow
-r-------- 1 root sys 536 Feb 8 17:25
/etc/puppet/manifests/solaris/etc/shadow
I get the following errors unless the source is world readable.
On puppetmaster,
err: Permission denied - /etc/puppet/manifests/solaris/etc/shadow
On puppet client,
err: //solaris/Solaris::Files[/etc/shadow]/File[/etc/shadow]: Failed to
retrieve current state of resource: Error 400 on SERVER: Permission denied -
/etc/puppet/manifests/solaris/etc/shadow Could not retrieve file metadata
for puppet:///solaris//etc/shadow: Error 400 on SERVER: Permission denied -
/etc/puppet/manifests/solaris/etc/shadow at
/etc/puppet/manifests/site.pp:114
Your pointers, please.
Anchi
--
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.