Adding things for using Puppet

This commit is contained in:
Gene Liverman 2017-05-06 18:29:40 -07:00
parent 00e63ca7be
commit bff34cde83
13 changed files with 86 additions and 8 deletions

View file

@ -0,0 +1,14 @@
## site.pp ##
# DEFAULT NODE
# The default node definition matches any node lacking a more specific node
# definition. If there are no other nodes in this file, classes declared here
# will be included in every node's catalog, *in addition* to any classes
# specified in the via an ENC for that node.
node default {
# This is where you can declare classes for all nodes.
# Example:
# class { 'my_class': }
}