linting the project

This commit is contained in:
Arne Teuke
2025-03-02 13:15:07 +01:00
parent 74b0684ae1
commit 95848273ba
10 changed files with 24 additions and 166 deletions

View File

@@ -6,18 +6,17 @@
class cd_alloy::main::dirs (
) inherits cd_alloy::params {
require cd_alloy::main::install
# main config dir
file { $ay_main_dir:
ensure => directory,
owner => 'root',
group => 'alloy',
mode => '0770',
selrange => s0,
selrole => object_r,
seltype => etc_t,
seluser => system_u,
ensure => directory,
owner => 'root',
group => 'alloy',
mode => '0770',
selrange => s0,
selrole => object_r,
seltype => etc_t,
seluser => system_u,
}
}