blob: 51167f30981fe01f671882fba02ee870013c4bee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# This manifest is intended to configure the initial
# puppetmaster node.
#
# Once it's running it can setup all the other nodes.
#
# Import site configuration
import "../site.pp"
# Include the master node configuration
include nodo::role::master
|