diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-09 20:34:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-09 20:34:20 -0300 |
commit | 088a0c4d412f5b0e33b0c75cb8cf010c0d230daf (patch) | |
tree | 9fe8151fed6f47c8d3bb658fcb82112078624fe9 /manifests/base | |
parent | aa1a97913da036164543b74a22123dc2bfa61407 (diff) | |
download | puppet-nodo-088a0c4d412f5b0e33b0c75cb8cf010c0d230daf.tar.gz puppet-nodo-088a0c4d412f5b0e33b0c75cb8cf010c0d230daf.tar.bz2 |
Adding nodo::utils::storage::crypto
Diffstat (limited to 'manifests/base')
-rw-r--r-- | manifests/base/host.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/base/host.pp b/manifests/base/host.pp index f9af2e1..c353281 100644 --- a/manifests/base/host.pp +++ b/manifests/base/host.pp @@ -6,6 +6,7 @@ class nodo::base::host { include nodo::subsystem::sysctl include nodo::subsystem::resolver include nodo::utils::physical + include nodo::utils::storage::crypto class { 'syslog-ng': } monkeysphere_host { "${::hostname}": } |