aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/manifests/database_callback.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-20 11:13:37 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-20 11:13:37 +0300
commit1428ce45c5c1c0a880a08dfc692463a3538afaf8 (patch)
treea4186373e1165aba69c4e7bd5021b325efcd2125 /modules/postgresql/manifests/database_callback.pp
parent50cfe0d1d1a1ce2ec1900a9ba016e9d7f72a7025 (diff)
downloadpuppet-1428ce45c5c1c0a880a08dfc692463a3538afaf8.tar
puppet-1428ce45c5c1c0a880a08dfc692463a3538afaf8.tar.gz
puppet-1428ce45c5c1c0a880a08dfc692463a3538afaf8.tar.bz2
puppet-1428ce45c5c1c0a880a08dfc692463a3538afaf8.tar.xz
puppet-1428ce45c5c1c0a880a08dfc692463a3538afaf8.zip
lint fixes for postgresql
Diffstat (limited to 'modules/postgresql/manifests/database_callback.pp')
-rw-r--r--modules/postgresql/manifests/database_callback.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postgresql/manifests/database_callback.pp b/modules/postgresql/manifests/database_callback.pp
index 8d4b217c..0ab1771f 100644
--- a/modules/postgresql/manifests/database_callback.pp
+++ b/modules/postgresql/manifests/database_callback.pp
@@ -1,7 +1,7 @@
define postgresql::database_callback($callback_notify = '') {
# dummy declaration, so we can trigger the notify
if $callback_notify {
- exec { "callback $name":
+ exec { "callback ${name}":
command => '/bin/true',
notify => $callback_notify,
}