Mend database connection param

Change-Id: Ic3a5058d86c4f85d61416119d36835e114a97053
This commit is contained in:
Michael Polenchuk 2017-01-16 11:46:00 +04:00
parent 951a5ef26a
commit adfa2db629
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $db_connection = os_database_connection({
})
class {'congress::db':
connection => $db_connection
database_connection => $db_connection,
}
class { 'congress':