Parent Directory
|
Revision Log
fix missing '' around the call for the program 'true', (not the boolean, hence the error 'private method `split' called for true:TrueClass' )
1 | define postgresql::database_callback($callback_notify = '') { |
2 | # dummy declaration, so we can trigger the notify |
3 | if $callback_notify { |
4 | exec { "callback $name": |
5 | command => '/bin/true', |
6 | notify => $callback_notify, |
7 | } |
8 | } |
9 | } |
ViewVC Help | |
Powered by ViewVC 1.1.28 |