Updated to proper paths

This commit is contained in:
Gene Liverman 2017-05-10 23:12:21 -07:00
parent b0374f7ff4
commit b77729948d
11 changed files with 10 additions and 7 deletions

View file

@ -0,0 +1,12 @@
## 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 {
notify{'This is from the default node.':}
}