diff options
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r-- | manifests/plug.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp index 74c7d78..630be3a 100644 --- a/manifests/plug.pp +++ b/manifests/plug.pp @@ -4,7 +4,8 @@ class nodo::plug inherits nodo { include utils::plug include sysctl include resolver - include monkeysphere_nodo + + class { 'monkeysphere_host': } class { 'firewall': } |