diff --git a/manifests/mount.pp b/manifests/mount.pp index 409fca9..a75ad3b 100644 --- a/manifests/mount.pp +++ b/manifests/mount.pp @@ -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}")