From 01572197dc119ff46f4e5704bdc8ff21bbb0f7c0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Jan 2013 15:29:33 -0200 Subject: Updating puppet module --- manifests/nodo.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/nodo.pp') diff --git a/manifests/nodo.pp b/manifests/nodo.pp index ba27640..50725a7 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -13,8 +13,8 @@ class nodo { class { 'hosts': } - if !defined('puppetd') { - class { 'puppetd': } + if !defined('puppet::daemon') { + class { 'puppetd::daemon': } } # -- cgit v1.2.3