Created
July 18, 2012 16:37
-
-
Save supercow/3137345 to your computer and use it in GitHub Desktop.
Broken
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
notify {'Should see this.': } | |
exec { '/bin/false': | |
refreshonly => true, # Does not work | |
# refreshonly => false, # Does work | |
subscribe => Notify['Should see this.'], | |
} | |
notify { 'Should not see this.': | |
require => Exec['/bin/false'], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment