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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1744 by misc, Thu Jun 16 00:11:56 2011 UTC revision 1755 by misc, Fri Jun 17 10:59:44 2011 UTC
# Line 152  class postgresql { Line 152  class postgresql {
152      define database_callback($callback_notify = '') {      define database_callback($callback_notify = '') {
153          # dummy declaration, so we can trigger the notify          # dummy declaration, so we can trigger the notify
154          exec { "callback $name":          exec { "callback $name":
155              cmd => "true",              command => "true",
156              notify => $callback_notify,              notify => $callback_notify,
157          }          }
158      }      }

Legend:
Removed from v.1744  
changed lines
  Added in v.1755

  ViewVC Help
Powered by ViewVC 1.1.30