adds global section

This commit is contained in:
Arne Teuke
2018-12-10 16:57:53 +01:00
parent 144913bdb4
commit d4048ab471
3 changed files with 45 additions and 1 deletions

View File

@@ -45,5 +45,17 @@ class cd_haproxy::main::files (
content => template($hy_config_head_erb),
order => '001',
}
# pid file
file { $hy_pid:
ensure => file,
owner => 'root',
group => 'root',
mode => '0644',
selrange => s0,
selrole => object_r,
seltype => haproxy_var_run_t,
seluser => system_u,
}
}
}