aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postgresql/manifests/init.pp')
-rw-r--r--modules/postgresql/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postgresql/manifests/init.pp b/modules/postgresql/manifests/init.pp
index 5729487c..54971918 100644
--- a/modules/postgresql/manifests/init.pp
+++ b/modules/postgresql/manifests/init.pp
@@ -152,7 +152,7 @@ class postgresql {
define database_callback($callback_notify = '') {
# dummy declaration, so we can trigger the notify
exec { "callback $name":
- cmd => "true",
+ command => "true",
notify => $callback_notify,
}
}