Ensure service home directory for sasl to create db

This commit is contained in:
Andrew Smith 2016-03-18 10:53:50 -04:00
parent 3b7668cc8d
commit 9b0c69085d
1 changed files with 8 additions and 0 deletions

View File

@ -6,8 +6,16 @@ class qdr::config inherits qdr {
$service_config_path = $qdr::service_config_path
$service_config_template = $qdr::service_config_template
$service_home = $qdr::service_home
$log_output = $qdr::log_output
file { $service_home :
ensure => directory,
owner => '0',
group => '0',
mode => '0644',
}
file { '/etc/qpid-dispatch' :
ensure => directory,
owner => '0',