diff options
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r-- | manifests/plug.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp index 630be3a..f5992fc 100644 --- a/manifests/plug.pp +++ b/manifests/plug.pp @@ -5,7 +5,7 @@ class nodo::plug inherits nodo { include sysctl include resolver - class { 'monkeysphere_host': } + monkeysphere_host { "${::hostname}": } class { 'firewall': } |