Skip to content

Commit 5d62783

Browse files
authored
Merge pull request #1394 from SimonHoenscheid/shoenscheid_fix_indention_passwd
2 parents bea89e7 + 07c7857 commit 5d62783

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

manifests/server/instance/passwd.pp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
# @param postgres_password Sets the password for the postgres user to your specified value. By default, this setting uses the superuser account in the Postgres database, with a user called postgres and no password.
1010
# lint:endignore:140chars
1111
define postgresql::server::instance::passwd (
12-
$user = $postgresql::server::user,
13-
$group = $postgresql::server::group,
14-
$psql_path = $postgresql::server::psql_path,
15-
$port = $postgresql::server::port,
16-
$database = $postgresql::server::default_database,
17-
$module_workdir = $postgresql::server::module_workdir,
12+
$user = $postgresql::server::user,
13+
$group = $postgresql::server::group,
14+
$psql_path = $postgresql::server::psql_path,
15+
$port = $postgresql::server::port,
16+
$database = $postgresql::server::default_database,
17+
$module_workdir = $postgresql::server::module_workdir,
1818
$postgres_password = $postgresql::server::postgres_password,
1919

2020
) {

0 commit comments

Comments
 (0)