Guest User

Untitled

a guest
Apr 26th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. hostclass "foobar" do
  2. notify "this is a test", "loglevel" => "warning"
  3. end
  4.  
  5. node "default" do
  6. acquire "foobar"
  7. end
  8. ===========> run as 'puppet dsl_test.rb' from my 'feature/master/internal_dsl' branch
  9. ===========> outputs
  10. warning: this is a test
  11. warning: //Notify[this is a test]/message: defined 'message' as 'this is a test'
  12.  
  13. ============> yay?
Add Comment
Please, Sign In to add comment