Skip to content

Instantly share code, notes, and snippets.

View tuxmea's full-sized avatar

Martin Alfke tuxmea

View GitHub Profile
@@ -64,11 +64,11 @@ define accounts::key_management(
group => $group,
mode => '0700',
}
- $sshkey_require = File[$sshkey_dotdir]
+ $sshkey_before = File[$sshkey_dotdir]
} else {
- $sshkey_require = undef
+ $sshkey_before = undef
@@ -157,11 +156,11 @@ class apache::mod::security (
# - secrequestbodylimit
# - secrequestbodynofileslimit
# - secrequestbodyinmemorylimit
- file { 'security.conf':
+ file { 'security2.conf':
ensure => file,
content => template('apache/mod/security.conf.erb'),
mode => $::apache::file_mode,
- path => "${::apache::mod_dir}/security.conf",