diff options
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}": } | 
