This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
forked from mattheath/puppet-php
-
Notifications
You must be signed in to change notification settings - Fork 29
php_require doesn't ensure that the specified version is installed #67
Comments
Relevant part of the log of the first run of boxen:
|
Log of the second run:
|
Having the exact same issue. |
I do have a workaround, I'll post it later |
Ok the workaround I'm using for this is to add a require => Php::Version[$php_version] to the extension inclusion, like so:
|
Thanks for sharing! |
When I use the 2.0.1 tag I get the following error:
This error does not occur when using the 2.0.0 tag. |
Can you post the relevant manifest files somewhere? |
Got the exact same problem as @atreat |
Got it working now by setting
Still needs to set require on the extensions though. |
#82 may impact this. Not sure though. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I have a manifest file containing the following:
Then on the first run, all of the extensions fail to install because 5.6.7 is not installed and after this it installs 5.6.7 ok. On the second run, the extensions then install fine. Looking at the code in the extension manifests, it would appear that
php_require
is supposed to prevent this.The text was updated successfully, but these errors were encountered: