vendored/puppet/lib/puppet/face/module/uninstall.rb in bolt-0.15.0 vs vendored/puppet/lib/puppet/face/module/uninstall.rb in bolt-0.16.0

- old
+ new

@@ -2,9 +2,10 @@ action(:uninstall) do summary _("Uninstall a puppet module.") description <<-EOT Uninstalls a puppet module from the modulepath (or a specific target directory). + Note: Module uninstall uses MD5 checksums, which are prohibited on FIPS enabled systems. EOT returns _("Hash of module objects representing uninstalled modules and related errors.") examples <<-'EOT'