aboutsummaryrefslogtreecommitdiff
path: root/manifests/master.pp
blob: 30f6dc2c8ad1a36d0f39ab71ae0a1592f4a3a9b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# This file 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