mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Adding things for using Puppet
This commit is contained in:
parent
00e63ca7be
commit
bff34cde83
13 changed files with 86 additions and 8 deletions
14
bin/puppet/manifests/site.pp
Normal file
14
bin/puppet/manifests/site.pp
Normal 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': }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue