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

Commit

Permalink
Using before to make sure php5.4 is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreminio committed May 20, 2013
1 parent d486fc9 commit 46bfada
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Puphpet/View/Vagrant/Modules/php.pp.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{% if php.php54 == 1 %}
apt::ppa { 'ppa:ondrej/php5': }
apt::ppa { 'ppa:ondrej/php5':
before => Class['php']
}
{% endif %}

class { 'php':
Expand Down

0 comments on commit 46bfada

Please sign in to comment.