From 9dff55b7bb4bf4377c80bc636ca14bf45a5ce041 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 6 Feb 2016 21:26:53 +0100 Subject: [PATCH] fix whitespace --- modules/roles/manifests/syncproxy.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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': -- 2.20.1