diff --git a/manifests/install.pp b/manifests/install.pp index e5f1278..76280a6 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -21,6 +21,7 @@ $deployment = false, $without = undef, $timeout = 300, + $env = undef, ) { include bundler @@ -42,7 +43,7 @@ unless => 'bundle check', require => Package['bundler'], logoutput => on_failure, - environment => "HOME='${name}'", + environment => concat($env, "HOME=${name}"), timeout => $timeout, } }