From bbd1c3ddd44e428f510a5c4d0073d281ea944880 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Feb 2013 15:12:09 -0200 Subject: Do not automatically include puppet::daemon at puppet::master --- manifests/master.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifests/master.pp b/manifests/master.pp index 6c09aad..2d34b91 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -19,12 +19,6 @@ class puppet::master( include puppet::master::ca } - # then include puppet class - class { 'puppet::daemon': - master => true, - main_master => $main, - } - # needed packages package { "sqlite3": ensure => installed; -- cgit v1.2.3