More PostgreSQL fixes.
This commit is contained in:
parent
b243eb02cb
commit
7c4c88ab34
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ class rhizo_base::postgresql {
|
|||
class { 'postgresql::server':
|
||||
}
|
||||
|
||||
postgresql::server::db { "$pgsql_db":
|
||||
postgresql::server::db { $pgsql_db:
|
||||
user => $pgsql_user,
|
||||
password => postgresql_password('rhizomatica', $pgsql_pwd),
|
||||
password => postgresql_password($pgsql_user, $pgsql_pwd),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue