puppet: Use config.ru from puppet package
This commit is contained in:
parent
0334e539b2
commit
427d56e2f0
3 changed files with 1 additions and 56 deletions
|
@ -626,10 +626,7 @@ class puppet::server::passenger {
|
|||
mode => "0444",
|
||||
owner => "puppet",
|
||||
group => "puppet",
|
||||
source => $::puppetversion ? {
|
||||
/^3\./ => "puppet:///modules/puppet/puppet3-config.ru",
|
||||
default => "puppet:///modules/puppet/puppet2-config.ru",
|
||||
},
|
||||
source => "/usr/share/puppet/ext/rack/files/config.ru",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue