OP#561 add custom conf dir
This commit is contained in:
@@ -19,4 +19,13 @@ class confdroid_ssh::main::files (
|
||||
seluser => system_u,
|
||||
content => template($sshd_config_erb),
|
||||
}
|
||||
|
||||
if $ssh_manage_config {
|
||||
file { "${ssh_etc_path}/sshd_config.d":
|
||||
ensure => directory,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0755',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user