boxen / puppet-php

PHP ALL THE BOXEN
boxen.github.com
MIT License
11 stars 29 forks source link

Add's the uopz's extension #65

Open alexmace opened 9 years ago

alexmace commented 9 years ago

Allows modification of the exit language construct etc.

Has a spec file.

alexmace commented 9 years ago

Could you explain what you mean?

I've been comparing the syntax here to other extensions in the directory, but can't spot what the difference is. Happy to make the changes on all three pull requests, but need a bit more guidance.

sambauers commented 9 years ago

From TFM:

You will need to change any code in your manifests like include PHP::5_X_X to the version 2 equivalent php::version { 5.X.X: }.

Let me know if this doesn't make sense.

alexmace commented 9 years ago

Right, I get it now - the same syntax is in the comment for every other extension, so I couldn't see what what I'd one wrong. Back in a bit with an updated version.