Skip to content

Instantly share code, notes, and snippets.

@supercow
Created July 18, 2012 16:37
Show Gist options
  • Save supercow/3137345 to your computer and use it in GitHub Desktop.
Save supercow/3137345 to your computer and use it in GitHub Desktop.
Broken
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