Displaying 1 result from an estimated 1 matches for "o_directo".
Did you mean:
o_direct
2007 Apr 30
6
Best practice: how to set up mountpoints?
Hi,
[Note: I''ve been saving up my puppet questions for a free moment so
pardon my bombardment of the list]
What''s the best way to set up mounts and mountpoints with puppet?
I am currently using something like:
----
class software_depot_client {
# create NFS mountpoint
file { "/mnt/nfs/repository":
path => "/mnt/nfs/repository",
ensure =>