diff options
Diffstat (limited to 'manifests/host.pp')
-rw-r--r-- | manifests/host.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index ee6c18e..42e739d 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -6,10 +6,10 @@ class nodo::host inherits nodo { include sysctl include utils::physical include resolver - - class { 'monkeysphere_host': } class { 'syslog-ng': } + monkeysphere_host { "${::hostname}": } + # Firewall configuration class { 'firewall': } |