summaryrefslogtreecommitdiff
path: root/puppet/manifests/bootstrap/master.pp
blob: 5934d3eab327afac6d27954a9332cfe9b13a48c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# 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',
}