diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-27 11:53:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-27 11:53:45 -0200 |
commit | 2bbe0fa0257fbb73a72f0bb5ec6d94539755c82b (patch) | |
tree | e98f6f7bfdd68c4b0754a8bfd97e4e027ad8cb4a /manifests | |
parent | c5851207299bc2856da539374775a7b72791b058 (diff) | |
download | puppet-nodo-2bbe0fa0257fbb73a72f0bb5ec6d94539755c82b.tar.gz puppet-nodo-2bbe0fa0257fbb73a72f0bb5ec6d94539755c82b.tar.bz2 |
Including smartmontools module
Diffstat (limited to 'manifests')
-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 144d741..7f17331 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -86,6 +86,7 @@ class nodo::server inherits nodo { include sysctl include ups include utils::server + include smartmontools # Time configuration case $ntpdate { |