Skip to content

Commit

Permalink
fixup! Include autofs class in define
Browse files Browse the repository at this point in the history
  • Loading branch information
dhollinger committed Jul 2, 2017
1 parent c8f70ff commit db78434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mount.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
Array $mapcontents = [],
Boolean $replace = true
) {
include 'autofs'
include '::autofs'

if $mapfile.is_a(Autofs::Mapentry) and $mapfile_manage {
fail("Parameter 'mapfile_manage' must be false for complicated 'mapfile' ${mapfile}")
Expand Down

0 comments on commit db78434

Please sign in to comment.