From 78860a4d9d8fcdcc3d1bb1cd4a404e3a798eb95d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 17 Jun 2011 10:59:44 +0000 Subject: fix syntax of exec ( one more time ) --- modules/postgresql/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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, } } -- cgit v1.2.1