diff options
-rw-r--r-- | modules/postgresql/manifests/init.pp | 2 |
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, } } |