whitespace/quoting: apache
authorPeter Palfrader <peter@palfrader.org>
Mon, 21 Oct 2019 09:04:42 +0000 (11:04 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 21 Oct 2019 09:28:03 +0000 (11:28 +0200)
modules/apache2/manifests/auth_digest.pp
modules/apache2/manifests/authn_anon.pp
modules/apache2/manifests/expires.pp
modules/apache2/manifests/proxy_http.pp
modules/apache2/manifests/rewrite.pp
modules/apache2/manifests/ssl.pp

index 377d14d..d5c19df 100644 (file)
@@ -1,3 +1,3 @@
 class apache2::auth_digest {
-       apache2::module { 'auth_digest': }
+  apache2::module { 'auth_digest': }
 }
index 2488cd9..2ae573d 100644 (file)
@@ -1,3 +1,3 @@
 class apache2::authn_anon {
-       apache2::module { 'authn_anon': }
+  apache2::module { 'authn_anon': }
 }
index 6043994..0364509 100644 (file)
@@ -1,3 +1,3 @@
 class apache2::expires {
-       apache2::module { 'expires': }
+  apache2::module { 'expires': }
 }
index 33b9f2c..4b2a909 100644 (file)
@@ -1,3 +1,3 @@
 class apache2::proxy_http {
-       apache2::module { 'proxy_http': }
+  apache2::module { 'proxy_http': }
 }
index 58b8b08..bcd75f1 100644 (file)
@@ -1,3 +1,3 @@
 class apache2::rewrite {
-       apache2::module { 'rewrite': }
+  apache2::module { 'rewrite': }
 }
index 4bf9d4c..6611381 100644 (file)
@@ -1,3 +1,3 @@
 class apache2::ssl {
-       apache2::module { 'ssl': }
+  apache2::module { 'ssl': }
 }