dbmaster: make lint happy
[mirror/dsa-puppet.git] / modules / autofs / manifests / common.pp
index 706b204..fc0bc6f 100644 (file)
@@ -1,7 +1,11 @@
-class autofs::bytemark {
+class autofs::common {
        package { 'autofs': ensure => installed }
        package { 'nfs-common': ensure => installed }
 
+       base::linux_module { 'nfs': }
+       base::linux_module { 'nfsv4': }
+       base::linux_module { 'autofs4': }
+
        exec { 'autofs reload':
                path        => '/usr/bin:/usr/sbin:/bin:/sbin',
                command     => 'service autofs reload',