saltstack-formulas / php-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
57 stars 231 forks source link

Added mongo extension via pecl and use ppa for php #19

Closed wdalmut closed 10 years ago

wdalmut commented 10 years ago

Just added php.mongo state and allows anyone to use ppa instead the default repository

In your state file:

include:
  - php.mongo

In your pillar:

php:
  use_ppa: True
gravyboat commented 10 years ago

@wdalmut Good stuff, thanks! Could you update the example pillar with your example posted here?

wdalmut commented 10 years ago

Yes absolutelly! Just let me a sec