Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Drop apache::dev in wiki
Browse files Browse the repository at this point in the history
The version in puppetlabs-apache 0.0.4 is not puppet3 compat.

Change-Id: I1ad9053fa9da374f57767079138b0c0063052795
  • Loading branch information
jeblair committed Sep 12, 2014
1 parent 1fd3648 commit 26ff9a7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/mediawiki/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
) {

if ($role == 'app' or $role == 'all') {
require apache::dev
# This is equivalent to apache::dev which is not puppet3
# compatible with puppetlabs-apache 0.0.4:
package { ['libaprutil1-dev',
'libapr1-dev',
'apache2-prefork-dev']:
ensure => present,
}

include apache
include mediawiki::php
include mediawiki::app
Expand Down

0 comments on commit 26ff9a7

Please sign in to comment.