From fd04dbf0dadfd003035402e7a622127e6426ca4f Mon Sep 17 00:00:00 2001 From: TP Honey Date: Thu, 19 Nov 2015 15:35:33 +0000 Subject: [PATCH] Update and rename vhosts.pp to vhost.pp --- site/nginx/manifests/{vhosts.pp => vhost.pp} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename site/nginx/manifests/{vhosts.pp => vhost.pp} (96%) diff --git a/site/nginx/manifests/vhosts.pp b/site/nginx/manifests/vhost.pp similarity index 96% rename from site/nginx/manifests/vhosts.pp rename to site/nginx/manifests/vhost.pp index 209a8c095b..a5e6182d91 100644 --- a/site/nginx/manifests/vhosts.pp +++ b/site/nginx/manifests/vhost.pp @@ -1,4 +1,4 @@ -define nginx::vhosts ( +define nginx::vhost ( $port = '80', $docroot = "${::nginx::http_dir}/vhost${title}", $servername = $title,