summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-05-01 12:45:14 -0400
committerMicah Anderson <micah@riseup.net>2015-05-04 15:42:26 -0400
commitfd82841c1f03d22acf4ed448cd22743a785f573e (patch)
tree8489a024a0f9e8cbcd0a4af5a1b0a577a59bdc7d /manifests
parentb5e16ec06499e45b4efd9f7353bb31f3a972417e (diff)
Change 'hardened_ssl' paramter to simply 'hardened', this makes more
sense in general
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0f8c472..2dfc71c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -40,7 +40,7 @@ class sshd(
OpenBSD => '%h/.ssh/authorized_keys',
default => '%h/.ssh/authorized_keys %h/.ssh/authorized_keys2',
},
- $hardened_ssl = 'no',
+ $hardened = 'no',
$sftp_subsystem = '',
$head_additional_options = '',
$tail_additional_options = '',