Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request haraldsk#23 from s-yarrow/master
Browse files Browse the repository at this point in the history
Default mount name should be undef so it gets filled in the module
  • Loading branch information
dwerder committed May 16, 2015
2 parents 8c4f7a9 + 7b5a937 commit bcff41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/client/mount.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$server,
$share,
$ensure = 'mounted',
$mount = $title,
$mount = undef,
$remounts = false,
$atboot = false,
$options = '_netdev',
Expand Down

0 comments on commit bcff41d

Please sign in to comment.