Displaying 2 results from an estimated 2 matches for "andrewsta".
Did you mean:
andrews
2011 Nov 09
7
NFS clients - puppet hang when mount point
We''ve only recently discovered that puppet can manage mount points
using the mount directive;
however, a short while back we built an nfs client and server classes
without using this resource, and we''ve encountered a problem where
puppet seems to hang when the nfs server is unavailable.
Using --debug doesn''t seem to specify exactly at which point the run
is failing,
2011 Nov 01
12
What's the canonical way to enforce permissions/ownership on a directory subtree?
I''ve just tried this (we assume /opt/jetty-6.1.26 already exists):
file { "/opt/jetty-6.1.26":
owner => "jetty",
group => "users",
recurse => true,
}
... but it''s taking an *age*. What''s the Right Way?
Cheers, Robert.
--
You received this message because you are subscribed to the Google Groups