From: Peter Palfrader Date: Sat, 6 Feb 2016 20:26:53 +0000 (+0100) Subject: fix whitespace X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9dff55b7bb4bf4377c80bc636ca14bf45a5ce041;hp=b32d101a4e473d86a7cdba1f0bcf06188e37d4d5;p=mirror%2Fdsa-puppet.git fix whitespace --- diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 86ba67cc8..202cabda0 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -36,8 +36,8 @@ class roles::syncproxy { if $::apache2 and $syncproxy_name != 'unknown' { include apache2::ssl - ssl::service { - "$syncproxy_name": notify => Service['apache2'], + ssl::service { "$syncproxy_name": + notify => Service['apache2'], key => true, } apache2::site { '010-syncproxy.debian.org':