http://docs.puppetlabs.com/puppet/3.7/reference/deprecated_language.html Change-Id: I5695ec4e5d26fe809bcc4b5b99c46904d016cfb4 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
6 lines
132 B
Puppet
6 lines
132 B
Puppet
class { '::sahara::db::mysql':
|
|
password => hiera('CONFIG_SAHARA_DB_PW'),
|
|
host => '%%',
|
|
allowed_hosts => '%%',
|
|
}
|