git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/profile/manifests/example.pp
blob: 0b48c3a10fc62e2ce49319ffa37c54f9fb6c114b (plain)
1
2
3
class profile::example {

}
e definition. (The default node can be omitted # if you use the console and don't define any other nodes in site.pp. See # http://docs.puppetlabs.com/guides/language_guide.html#nodes for more on # node definitions.) ## Active Configurations ## # Disable filebucket by default for all File resources: #http://docs.puppetlabs.com/pe/latest/release_notes.html#filebucket-resource-no-longer-created-by-default File { backup => false } # DEFAULT NODE # Node definitions in this file are merged with node data from the console. See # http://docs.puppetlabs.com/guides/language_guide.html#nodes for more on # node definitions. # 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 console for that node. node default { # This is where you can declare classes for all nodes. # Example: # class { 'my_class': } }