add main dir control
This commit is contained in:
@@ -5,8 +5,18 @@
|
||||
###############################################################################
|
||||
class puppet_cd::main::dirs (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
require puppet_cd::main::install
|
||||
|
||||
file { $pt_main_dir:
|
||||
ensure => directory,
|
||||
path => $pt_main_dir,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0750',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => puppet_etc_t,
|
||||
seluser => system_u,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user