Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
webhosting
Commits
9dae0f5c
Commit
9dae0f5c
authored
Jul 19, 2017
by
mh
Browse files
remove passenger_ree
parent
b57fcf8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/passenger.pp
View file @
9dae0f5c
...
...
@@ -50,7 +50,6 @@ define webhosting::passenger(
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$mod_security
=
true
,
$passenger_ree
=
false
,
$passenger_app
=
'rails'
,
$git_repo
=
'absent'
,
){
...
...
@@ -116,7 +115,6 @@ define webhosting::passenger(
vhost_destination
=>
$vhost_destination
,
htpasswd_file
=>
$htpasswd_file
,
mod_security
=>
$mod_security
,
passenger_ree
=>
$passenger_ree
,
passenger_app
=>
$passenger_app
,
}
...
...
@@ -126,11 +124,7 @@ define webhosting::passenger(
}
else
{
$rails_options
=
''
}
if
$passenger_ree
{
$path_options
=
"
\n
export PATH=~/gems/bin:/opt/ruby-enterprise/bin/:
\$
PATH"
}
else
{
$path_options
=
"
\n
export PATH=~/gems/bin:
\$
PATH"
}
$path_options
=
"
\n
export PATH=~/gems/bin:
\$
PATH"
file
{
"/var/www/vhosts/
${name}
/.ccache"
:
ensure
=>
directory
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment