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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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      }      }

Legend:
Removed from v.2595  
changed lines
  Added in v.2596

  ViewVC Help
Powered by ViewVC 1.1.28