add file control for php.ini
This commit is contained in:
@@ -7,4 +7,17 @@ class php_cd::main::files (
|
||||
|
||||
) inherits php_cd::params {
|
||||
require php_cd::main::dirs
|
||||
|
||||
file { $php_ini_file:
|
||||
ensure => file,
|
||||
path => $php_ini_file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0644',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => etc_t,
|
||||
seluser => system_u,
|
||||
content => template($php_ini_erb),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user