Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 2nd, 2010 | Syntax: None | Size: 0.26 KB | Hits: 203 | Expires: Never
Copy text to clipboard
  1. graham@graham-usb$ cat regex-test.pp
  2.        
  3. $string = "Hello World"
  4.  
  5. $test = $string ? {
  6.         /Hello/ => "yes",
  7.         default => "no",       
  8. }
  9.  
  10. notify{"$test":}
  11. graham@graham-usb$ puppet regex-test.pp
  12. notice: no
  13. notice: //Notify[no]/message: defined 'message' as 'no'