aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base/host.pp2
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': }