aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1e0f468..e8a67c8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -52,10 +52,10 @@ define sshd::sshd_config(
default => $source,
}
- $real_sshd_allowed_users = $sshd_allowed_users ? {
- '' => 'root',
- default => $sshd_allowed_users,
- }
+ $real_sshd_allowed_users = $sshd_allowed_users ? {
+ '' => 'root',
+ default => $sshd_allowed_users,
+ }
file { 'sshd_config':
path => '/etc/ssh/sshd_config',