diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-04-11 14:13:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-04-11 14:13:55 -0300 |
commit | 6e09c1c6f4c32cf186cec0157e9839d61b73e19f (patch) | |
tree | bc1f6413a4d63eb10589bf7d204ec202150df3bc /manifests/init.pp | |
parent | 4fa5c3e7cdbd7160d6a6f3abc8a2eeb09b639c40 (diff) | |
download | puppet-nodo-6e09c1c6f4c32cf186cec0157e9839d61b73e19f.tar.gz puppet-nodo-6e09c1c6f4c32cf186cec0157e9839d61b73e19f.tar.bz2 |
Adding modprobe class and, new packages on utils::personal
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1f72ac1..0e42f43 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,6 +17,7 @@ import "subsystems/websites.pp" import "subsystems/munin.pp" import "subsystems/pam.pp" import "subsystems/xorg.pp" +import "subsystems/modprobe.pp" # Import nodo classes import "nodo.pp" |