Managing NFS Mounts With Puppet

From Kyle's Wiki
Jump to: navigation, search
 
   mount { "/pub":
        device  => "nfshost:/path/to/pub",
        fstype  => "nfs",
        ensure  => "mounted",
        options => "defaults",
        atboot  => true,
    }
Personal tools
Namespaces

Variants
Actions
Efforts
Toolbox
Meta