aboutsummaryrefslogtreecommitdiff
path: root/manifests/bootstrap/master.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/bootstrap/master.pp')
-rw-r--r--manifests/bootstrap/master.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/bootstrap/master.pp b/manifests/bootstrap/master.pp
index 73c075c..5934d3e 100644
--- a/manifests/bootstrap/master.pp
+++ b/manifests/bootstrap/master.pp
@@ -6,4 +6,6 @@
#
# Include the master node configuration
-include nodo::role::master
+class { 'nodo':
+ role => 'master',
+}