Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. vagrant@trusty:~$ cat test2.pp
  2. $answer = empty(undef)
  3. notify { $answer: }
  4.  
  5.  
  6. Notice: Compiled catalog for trustye in environment production in 0.02 seconds
  7. Notice: true
  8. Notice: /Stage[main]/Main/Notify[true]/message: defined 'message' as 'true'
  9. Notice: Finished catalog run in 0.06 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement