Project

General

Profile

« Previous | Next » 

Revision 2b101b79

Added by Ivan Necas over 8 years ago

Refs #11681 - Explicitly use UTF-8 as postgres database encoding

View differences:

manifests/database/postgresql.pp
user => $::foreman::db_username,
password => $password,
owner => $::foreman::db_username,
encoding => 'utf8',
locale => 'en_US.utf8',
}
Postgresql::Server::Role[$::foreman::db_username] -> Postgresql::Server::Database[$dbname]

Also available in: Unified diff