Displaying 2 results from an estimated 2 matches for "skrzetuski".
2010 Oct 26
8
Failed to retrieve current state of resource: Error 400 on SERVER
Hello there,
I am very new to puppet and tried to copy some files (namely /etc/
puppet/manifests/files/websphermq/status.dat [on master] to /tmp/
status.dat [on puppet]) from master to the puppets. My setup is as
follows:
Puppet 0.25.5
fileserver.conf:
[webspheremq]
path /etc/puppet/manifests/files/webspheremq
allow *
auth.conf (default):
# allow nodes to retrieve their own catalog (ie their
2011 Mar 10
2
Managing directories recursively and adjust subdirectories permissions?
Hello everybody,
I have a strange problem. I manage a directory recursively like this
(this part works).
class showcase {
file { "/opt/files":
ensure => directory,
owner => "user",
group => "group",
recurse => true,
source => "puppet:///showcase"
}
}
Now, if I want to set permissions on directories included in