aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp3
1 files changed, 2 insertions, 1 deletions
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': }
}
#