aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/postgresql/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/postgresql/manifests/init.pp b/modules/postgresql/manifests/init.pp
index 11f4294d..04a2cc75 100644
--- a/modules/postgresql/manifests/init.pp
+++ b/modules/postgresql/manifests/init.pp
@@ -137,13 +137,13 @@ class postgresql {
$callback_notify = "",
$password ) {
- database { $name:
+ postgresql::database { $name:
callback_notify => $callback_notify,
description => $description,
user => $name,
}
- user { $name:
+ postgresql::user { $name:
password => $password
}