Advertisement
Guest User

Untitled

a guest
Apr 17th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.13 KB | None | 0 0
  1. class abc(String $fred = 'default') {
  2.  
  3. }
  4.  
  5. node default {
  6.   include abc
  7.   class { 'abc':
  8.     fred => 'hello world',
  9.   }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement