Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Add server_name param to boxen::project
Browse files Browse the repository at this point in the history
Allows users to set the vhost name in the nginx config to something
other than $name.dev, but still defaults to the existing behavior.
  • Loading branch information
wfarr committed Mar 6, 2013
1 parent aa97ab0 commit 73285be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/project.pp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
$postgresql = undef,
$redis = undef,
$ruby = undef,
$server_name = "${name}.dev",
) {
include boxen::config

Expand Down

0 comments on commit 73285be

Please sign in to comment.