Skip to content

Instantly share code, notes, and snippets.

@glarizza
Created January 12, 2012 19:57
Show Gist options
  • Select an option

  • Save glarizza/1602745 to your computer and use it in GitHub Desktop.

Select an option

Save glarizza/1602745 to your computer and use it in GitHub Desktop.
Mounting on OS X with Puppet
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