Created
January 12, 2012 19:57
-
-
Save glarizza/1602745 to your computer and use it in GitHub Desktop.
Mounting on OS X with Puppet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mount { "/mnt/mount_name_on_disk": | |
| device => "//username:password@server/mountpoint", | |
| fstype => smbfs, | |
| ensure => mounted, | |
| options => 'nostreams', | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment