Edit files.pp
This commit is contained in:
@@ -23,7 +23,7 @@ class confdroid_ssh::main::files (
|
|||||||
|
|
||||||
if $ssh_manage_config {
|
if $ssh_manage_config {
|
||||||
file { $sshd_custom_conf:
|
file { $sshd_custom_conf:
|
||||||
ensure => absent,
|
ensure => file,
|
||||||
path => $sshd_custom_conf,
|
path => $sshd_custom_conf,
|
||||||
owner => $sshd_user,
|
owner => $sshd_user,
|
||||||
group => $sshd_user,
|
group => $sshd_user,
|
||||||
|
|||||||
Reference in New Issue
Block a user