Vagrant/PHP: Require package apache

refs #4232
This commit is contained in:
Eric Lippmann 2013-06-03 17:38:16 +02:00
parent 62c90f91e0
commit 9eafe3b54a
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
class php {
package { 'php':
ensure => installed
ensure => installed,
require => Package["${apache::apache}"]
}
package { 'php-mysql':