From 73285bef702c8662b8158073d39ccfb713641c9e Mon Sep 17 00:00:00 2001 From: Will Farrington Date: Tue, 5 Mar 2013 17:05:43 -0800 Subject: [PATCH] Add server_name param to boxen::project Allows users to set the vhost name in the nginx config to something other than $name.dev, but still defaults to the existing behavior. --- manifests/project.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/project.pp b/manifests/project.pp index e8cbaa9..5828ecf 100644 --- a/manifests/project.pp +++ b/manifests/project.pp @@ -58,6 +58,7 @@ $postgresql = undef, $redis = undef, $ruby = undef, + $server_name = "${name}.dev", ) { include boxen::config