fix whitespace
[mirror/dsa-puppet.git] / modules / roles / manifests / syncproxy.pp
index 86ba67c..202cabd 100644 (file)
@@ -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':