summaryrefslogtreecommitdiff
path: root/manifests/bootstrap/master.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/bootstrap/master.pp')
-rw-r--r--manifests/bootstrap/master.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/bootstrap/master.pp b/manifests/bootstrap/master.pp
deleted file mode 100644
index 5934d3e..0000000
--- a/manifests/bootstrap/master.pp
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# This manifest is intended to configure the initial
-# puppetmaster node.
-#
-# Once it's running it can setup all the other nodes.
-#
-
-# Include the master node configuration
-class { 'nodo':
- role => 'master',
-}