aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/manifests/database.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postgresql/manifests/database.pp')
-rw-r--r--modules/postgresql/manifests/database.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/postgresql/manifests/database.pp b/modules/postgresql/manifests/database.pp
index 822dc5ee..8c3b8656 100644
--- a/modules/postgresql/manifests/database.pp
+++ b/modules/postgresql/manifests/database.pp
@@ -12,6 +12,7 @@ define postgresql::database($description = '',
# this is fetched by the manifest asking the database creation,
# once the db have been created
# FIXME proper ordering ?
+ # FIXME In puppet >3.0 word 'tag' is reserved, so it have to berenamed
@@postgresql::database_callback { $name:
tag => $name,
callback_notify => $callback_notify,