aboutsummaryrefslogtreecommitdiff
path: root/manifests/master.pp
blob: 0b645237a6fc4e220d744fdc3009222663d5ea01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# This manifest is intended to configure the initial
# puppetmaster node.
#
# Once it's running it can setup all the other nodes.
#

# Import the needed config and modules
import "config.pp"
import "nodo"

# Include the master node configuration
include nodo::role::master