diff options
-rw-r--r-- | manifests/base/host.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base/host.pp b/manifests/base/host.pp index 433364b..8cbf9d2 100644 --- a/manifests/base/host.pp +++ b/manifests/base/host.pp @@ -9,7 +9,7 @@ class nodo::base::host { include nodo::utils::storage::crypto class { 'syslog-ng': } - monkeysphere_host { "${::hostname}": } + nodo::subsystem::monkeysphere { "${::hostname}": } # Firewall class { 'firewall': } |