projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a33c8e
)
load nfs and autofs4 on autofs hosts
author
Peter Palfrader
<peter@palfrader.org>
Sat, 31 May 2014 16:04:28 +0000
(18:04 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 31 May 2014 16:04:28 +0000
(18:04 +0200)
modules/autofs/manifests/common.pp
patch
|
blob
|
history
diff --git
a/modules/autofs/manifests/common.pp
b/modules/autofs/manifests/common.pp
index
29ec1f6
..
3b68051
100644
(file)
--- a/
modules/autofs/manifests/common.pp
+++ b/
modules/autofs/manifests/common.pp
@@
-2,6
+2,9
@@
class autofs::common {
package { 'autofs': ensure => installed }
package { 'nfs-common': ensure => installed }
+ site::linux_module { 'nfs': }
+ site::linux_module { 'autofs4': }
+
exec { 'autofs reload':
path => '/usr/bin:/usr/sbin:/bin:/sbin',
command => 'service autofs reload',