summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/master.pp6
1 files changed, 0 insertions, 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;