From 3b6a46faea0728b89732e8d59bfb9a6087793c5a Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sun, 23 Mar 2014 10:33:50 -0400 Subject: [PATCH] fix missing comma in sample config there was a missing comma in the sample to handle redirect from http to https site, making it invalid puppet syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f71ee33e5..d4a454c68 100644 --- a/README.md +++ b/README.md @@ -1555,7 +1555,7 @@ Configure a vhost to redirect non-SSL connections to SSL servername => 'sixteenth.example.com', port => '80', docroot => '/var/www/sixteenth', - redirect_status => 'permanent' + redirect_status => 'permanent', redirect_dest => 'https://sixteenth.example.com/' } apache::vhost { 'sixteenth.example.com ssl':