diff options
author | Jan Dittberner <jandd@cacert.org> | 2021-01-17 19:01:25 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2021-01-17 19:01:25 +0100 |
commit | e803613ef7643f01e84c33f28035197eaca3335c (patch) | |
tree | 95a270fd1865b4bfeb321e2c21e6217f1509ab44 /hieradata | |
parent | 6838c1711454f722b6a85f3e61876a94d9c68949 (diff) | |
download | cacert-puppet-e803613ef7643f01e84c33f28035197eaca3335c.tar.gz cacert-puppet-e803613ef7643f01e84c33f28035197eaca3335c.tar.xz cacert-puppet-e803613ef7643f01e84c33f28035197eaca3335c.zip |
Add Apache httpd TLS parameters
Diffstat (limited to 'hieradata')
-rw-r--r-- | hieradata/nodes/web.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hieradata/nodes/web.yaml b/hieradata/nodes/web.yaml index ca35962..d1542a0 100644 --- a/hieradata/nodes/web.yaml +++ b/hieradata/nodes/web.yaml @@ -15,7 +15,7 @@ profiles::icinga2_agent::pki_ticket: > HJyrfzBcBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBDB9xfyP2Mjapd/vzRW ek3UgDBo03zKwbxJ6uooqQ/68zHDKAj0gh2Kpe8tGdbnKm1dOHIpru/5zjob 2gNuQB6szY0=] -profiles::static_websites::apache_vhosts: +profiles::web_proxy::apache_vhosts: 'web.cacert.org redirect-http': servername: "web.cacert.org" port: 80 |