diff options
| author | Pascal Terjan <pterjan@mageia.org> | 2026-02-21 20:43:56 +0000 |
|---|---|---|
| committer | Pascal Terjan <pterjan@mageia.org> | 2026-02-21 21:23:57 +0000 |
| commit | 87f75393fce3dc885a0606557bdc995a1dd82fc3 (patch) | |
| tree | 8ab603d90aabc62f59d6a9ff16c758921ada3b0d /modules | |
| parent | 6dfe5cd6bcd12d729b87cc9967bfc1290f8f4f44 (diff) | |
| download | puppet-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.pp | 10 |
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, } |
