/[adm]/puppet/modules/postgresql/manifests/database_callback.pp
ViewVC logotype

Contents of /puppet/modules/postgresql/manifests/database_callback.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2596 - (show annotations) (download)
Sat Mar 17 20:48:49 2012 UTC (12 years, 1 month ago) by misc
File size: 270 byte(s)
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.30