aboutsummaryrefslogtreecommitdiff
path: root/manifests/bootstrap/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-27 11:52:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-27 11:52:43 -0300
commit650799734e3f82dceb769a50977ed008175e9c51 (patch)
tree59bff470d6727cf2b54a2b896241c747c6ac5ac3 /manifests/bootstrap/master.pp
parente867618cc7eb18e994569dda445be397140d7257 (diff)
downloadpuppet-bootstrap-650799734e3f82dceb769a50977ed008175e9c51.tar.gz
puppet-bootstrap-650799734e3f82dceb769a50977ed008175e9c51.tar.bz2
Cleanup manifests
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',
-}