Chassis / puppet-wp

This module enables the easy use of WP CLI to control your WordPress site through Puppet manifests
https://chassis.github.io/puppet-wp/
GNU Lesser General Public License v3.0
44 stars 39 forks source link

Refactor the plugin command and parameters #38

Closed BronsonQuick closed 7 years ago

BronsonQuick commented 7 years ago

An issue was reported in my Debugging extension for Chassis: https://github.com/Chassis/phpMyAdmin/issues/8#issuecomment-269917595 where the plugins are always activated even if they are installed and activated.

We should rework the functionality to check for this correctly and also add in the ability to install plugins at a version number and also allow deletions of plugins.

I'll whip up a PR for this additional functionality.