summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manifests/instance.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp
index d7f518b..45f1c54 100644
--- a/manifests/instance.pp
+++ b/manifests/instance.pp
@@ -112,8 +112,7 @@ define website_blog_2::instance (
location => '~ /\.ht',
location_cfg_append => { deny => 'all' },
index_files => [],
- ssl_only => false,
- * => $location_ssl,
+ * => $location_ssl + { ssl_only => false },
server => $website_blog_2::blog_server_name,
}
}