Issue #11803 has been updated by Josh Cooper.
This was merged into 2.7.x in <https://github.com/puppetlabs/puppet/commit/96e79835e3724edf582b1081b01df2f5a6798303> and <https://github.com/puppetlabs/puppet/commit/cb823279bd7c6e277327e82e687bf123cf79c485> <pre> (#11803) Add uninstall action for the module face Without this patch, the module face does not have an action for uninstalling Puppet modules. This patch adds an uninstall action to the module face, with initial support for uninstalling Puppet modules from the default module paths or specific directories. This patch also includes the related spec tests. Example Usage: Running the following commands will uninstall a module from all module paths or a specific directory $ puppet module uninstall apache Removed /etc/puppet/modules/apache $ puppet module uninstall --target-directory /usr/share/puppet/modules apache Removed /usr/share/puppet/modules/apache Running the Tests: The uninstall spec tests can be run with the following commands: $ rspec spec/unit/face/module/uninstall_spec.rb $ rspec spec/unit/module_tool/uninstaller_spec.rb </pre> ---------------------------------------- Feature #11803: Puppet Module Tool (PMT) should have an uninstall command https://projects.puppetlabs.com/issues/11803 Author: Kelsey Hightower Status: Merged - Pending Release Priority: Normal Assignee: Kelsey Hightower Category: Target version: 2.7.x Affected Puppet version: Keywords: geordi Branch: https://github.com/puppetlabs/puppet/pull/332 The PMT should gain the ability to uninstall installed modules and with behavior as defined in the UX design doc located here: [UX Design Doc](https://github.com/puppetlabs/ux/tree/geordi/geordi) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
