aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2026-02-21 20:43:56 +0000
committerPascal Terjan <pterjan@mageia.org>2026-02-21 21:23:57 +0000
commit87f75393fce3dc885a0606557bdc995a1dd82fc3 (patch)
tree8ab603d90aabc62f59d6a9ff16c758921ada3b0d /modules
parent6dfe5cd6bcd12d729b87cc9967bfc1290f8f4f44 (diff)
downloadpuppet-87f75393fce3dc885a0606557bdc995a1dd82fc3.tar
puppet-87f75393fce3dc885a0606557bdc995a1dd82fc3.tar.gz
puppet-87f75393fce3dc885a0606557bdc995a1dd82fc3.tar.bz2
puppet-87f75393fce3dc885a0606557bdc995a1dd82fc3.tar.xz
puppet-87f75393fce3dc885a0606557bdc995a1dd82fc3.zip
Use spaces to please puppet-lint
Diffstat (limited to 'modules')
-rw-r--r--modules/youri-check/manifests/init.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp
index ebdaa492..7447b322 100644
--- a/modules/youri-check/manifests/init.pp
+++ b/modules/youri-check/manifests/init.pp
@@ -1,4 +1,4 @@
-class youri-check {
+class youri_check {
class base {
$vhost = "check.${::domain}"
$user = 'youri'
@@ -55,11 +55,11 @@ class youri-check {
define createdb_user($version) {
- $pgsql_db = "youri_check_${version}"
- $pgsql_user = "youri${version}"
- $pgsql_password = extlookup('youri_pgsql','x')
+ $pgsql_db = "youri_check_${version}"
+ $pgsql_user = "youri${version}"
+ $pgsql_password = extlookup('youri_pgsql','x')
- postgresql::remote_user { $pgsql_user:
+ postgresql::remote_user { $pgsql_user:
password => $base::pgsql_password,
}