aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/manifests
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-08-15 09:32:37 -0700
committerDan Fandrich <danf@mageia.org>2024-08-15 10:52:40 -0700
commite4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 (patch)
treee364f93f700dcea7508ac9854560ebe35b74caa0 /modules/postgresql/manifests
parentd17b7032f2065a0c82681fecbbe250eb8e036995 (diff)
downloadpuppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.gz
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.bz2
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.xz
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.zip
Fix typos in comments
This should result in no difference in configuration.
Diffstat (limited to 'modules/postgresql/manifests')
-rw-r--r--modules/postgresql/manifests/database.pp2
-rw-r--r--modules/postgresql/manifests/remote_database.pp2
-rw-r--r--modules/postgresql/manifests/remote_db_and_user.pp2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/postgresql/manifests/database.pp b/modules/postgresql/manifests/database.pp
index e984c145..34cee2a6 100644
--- a/modules/postgresql/manifests/database.pp
+++ b/modules/postgresql/manifests/database.pp
@@ -12,7 +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
+ # FIXME In puppet >3.0 word 'tag' is reserved, so it has to be renamed
@@postgresql::database_callback { $name:
tag => $name,
callback_notify => $callback_notify,
diff --git a/modules/postgresql/manifests/remote_database.pp b/modules/postgresql/manifests/remote_database.pp
index a9fb1a59..15b54651 100644
--- a/modules/postgresql/manifests/remote_database.pp
+++ b/modules/postgresql/manifests/remote_database.pp
@@ -1,4 +1,4 @@
-# FIXME: In puppet >3.0 word 'tag' is reserved, so it have to berenamed
+# FIXME: In puppet >3.0 word 'tag' is reserved, so it has to be renamed
define postgresql::remote_database($description = '',
$user = 'postgresql',
$callback_notify = '',
diff --git a/modules/postgresql/manifests/remote_db_and_user.pp b/modules/postgresql/manifests/remote_db_and_user.pp
index eedeaa17..07e3ea23 100644
--- a/modules/postgresql/manifests/remote_db_and_user.pp
+++ b/modules/postgresql/manifests/remote_db_and_user.pp
@@ -11,7 +11,7 @@ define postgresql::remote_db_and_user($password,
password => $password,
}
- # fetch the exported ressources that should have been exported
+ # fetch the exported resources that should have been exported
# once the db was created, and trigger a notify to the object
# passed as callback_notify
Postgresql::Database_callback <<| tag == $name |>>