Skip to content

Commit

Permalink
improve php dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mruzicka committed Feb 24, 2012
1 parent 0cb33e7 commit 79f90f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/php5/manifests/apache_module.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
package { 'php5-apache_module':
name => "${php}",
ensure => latest,
subscribe => Package['php5-common'],
notify => Service['apache2-service'],
}
}
1 change: 1 addition & 0 deletions modules/php5/manifests/mysql.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
package { 'php5-mysql':
name => "${php_mysql}",
ensure => latest,
notify => Package['php5-common'],
}
}

0 comments on commit 79f90f8

Please sign in to comment.