Parent Directory
|
Revision Log
|
Patch
revision 2595 by misc, Sat Mar 17 16:53:49 2012 UTC | revision 2596 by misc, Sat Mar 17 20:48:49 2012 UTC | |
---|---|---|
# | Line 2 define postgresql::database_callback($ca | Line 2 define postgresql::database_callback($ca |
2 | # dummy declaration, so we can trigger the notify | # dummy declaration, so we can trigger the notify |
3 | if $callback_notify { | if $callback_notify { |
4 | exec { "callback $name": | exec { "callback $name": |
5 | command => true, | command => '/bin/true', |
6 | notify => $callback_notify, | notify => $callback_notify, |
7 | } | } |
8 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.28 |