daily pastebin goal
63%
SHARE
TWEET

Untitled

a guest Jul 19th, 2012 10 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # cat /etc/puppet/manifests/site.pp
  2. import "nodes"
  3.  
  4.  
  5.  
  6. # cat /etc/puppet/manifests/nodes.pp
  7. node default {
  8.  
  9. }
  10.  
  11. node linux inherits default {
  12.  
  13.         include ssh::server
  14.         include ssh::client
  15.         include common
  16.         include puppet
  17. }
  18.  
  19. node debian inherits linux {
  20.  
  21. }
  22.  
  23. node "han.rre.nu" inherits debian {
  24.  
  25. }
  26.  
  27.  
  28. node "luke.rre.nu" inherits debian {
  29.  
  30. }
  31.  
  32. node "homer.rre.nu" inherits debian {
  33. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top