From 51622c10f922671cb8bcb1cda874f64ea932a462 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 15:40:46 -0200 Subject: Monkeysphere host really needs to be a resource and not a class --- manifests/host.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/host.pp') 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': } -- cgit v1.2.3