OP#653 add client main directories

This commit is contained in:
2026-08-02 13:54:52 +02:00
parent 98c7075733
commit 482ed69aa1

View File

@@ -20,9 +20,9 @@ class confdroid_puppet::main::dirs (
seluser => system_u, seluser => system_u,
} }
file { $pt_puppet_dir: file { $$pt_puppetdir:
ensure => directory, ensure => directory,
path => $pt_puppet_dir, path => $$pt_puppetdir,
owner => 'root', owner => 'root',
group => 'root', group => 'root',
mode => '0755', mode => '0755',
@@ -32,4 +32,7 @@ class confdroid_puppet::main::dirs (
seluser => system_u, seluser => system_u,
} }
if $fqdn == $pt_pm_fqdn {
# server dirs here
}
} }