Skip to content

easel/puppet-autofs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

node "server.domain.com" inherits basenode {
  include autofs

  $mounts = [ "home" ]
 
  autofs::auto_master { "master": mounts => $mounts }
 
  autofs::auto_mount { "home":
      mount_data => [ "*#-rw,nosuid,nodev,soft,intr#nfs.server:/home/&" ]
  }
}

Miscellaneous Notes

The `mount_data' fields must be delimited by a #. This gets changed to spaces when the template is processed.

About

autofs module for puppet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published