Report abuse

1
2
3
4
5
6
7
8
9
10
11
# Imports
import "nodes"
import "node_templates"

# Site-wide options
filebucket { main: server => puppet }
File { backup => main }

# Variables
$extlookup_datadir = "/etc/puppet/extdata"
$extlookup_precedence = [ "%{fqdn}", "%{location}", "%{domain}", "common" ]