OP#653 add client main directories
This commit is contained in:
@@ -20,9 +20,9 @@ class confdroid_puppet::main::dirs (
|
||||
seluser => system_u,
|
||||
}
|
||||
|
||||
file { $pt_puppet_dir:
|
||||
file { $$pt_puppetdir:
|
||||
ensure => directory,
|
||||
path => $pt_puppet_dir,
|
||||
path => $$pt_puppetdir,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0755',
|
||||
@@ -32,4 +32,7 @@ class confdroid_puppet::main::dirs (
|
||||
seluser => system_u,
|
||||
}
|
||||
|
||||
if $fqdn == $pt_pm_fqdn {
|
||||
# server dirs here
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user