From 4f27fd7652d93182d9ad01138db35862dbaeca79 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Feb 2013 15:45:36 -0200 Subject: Fixing puppet config --- manifests/nodo.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/nodo.pp') diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 32407d3..491d249 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -13,8 +13,9 @@ class nodo { class { 'hosts': } + # then include puppet class if !defined('puppet::daemon') { - class { 'puppetd::daemon': } + class { 'puppet::daemon': } } # -- cgit v1.2.3