adds global section
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user