- # cat /etc/puppet/manifests/site.pp
- import "nodes"
- # cat /etc/puppet/manifests/nodes.pp
- node default {
- }
- node linux inherits default {
- include ssh::server
- include ssh::client
- include common
- include puppet
- }
- node debian inherits linux {
- }
- node "han.rre.nu" inherits debian {
- }
- node "luke.rre.nu" inherits debian {
- }
- node "homer.rre.nu" inherits debian {
- }
SHARE
TWEET
Untitled
a guest
Jul 19th, 2012
10
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

