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,