saltstack-formulas / php-formula

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

Request: Support for disabling modules #120

Open hackel opened 7 years ago

hackel commented 7 years ago

The Debian packages automatically enable modules when installed. We should add support to easily disable modules. Particularly xdebug, which I only enable when I actually need it, since it slows down composer, and obviously any production websites. Since I saw "phpenmod" was added with the recent change, we might as well add support phpdismod as well for convenience.