Navigation Menu

Skip to content

Commit

Permalink
Add missing apache dependency for passenger
Browse files Browse the repository at this point in the history
Refs #22.
  • Loading branch information
Brandon Turner committed Oct 18, 2011
1 parent 653e877 commit e0d5454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/classes/passenger-ubuntu-pre.pp
@@ -1,7 +1,7 @@
class rvm::passenger::apache::ubuntu::pre {

include apache
# Dependencies
if ! defined(Package['apache2']) { package { apache2: ensure => installed } }
if ! defined(Package['build-essential']) { package { build-essential: ensure => installed } }
if ! defined(Package['apache2-prefork-dev']) { package { apache2-prefork-dev: ensure => installed } }
if ! defined(Package['libapr1-dev']) { package { libapr1-dev: ensure => installed, alias => 'libapr-dev' } }
Expand Down

0 comments on commit e0d5454

Please sign in to comment.