Skip to content

Commit

Permalink
Remove archive require in rabbitmqadmin class (#669)
Browse files Browse the repository at this point in the history
*     Removed require archive
due to the dependency of the module from `puppet-archive`, there is
no need to make the require. Is also really hard to debug, because the
puppet exception doesn't clearly refers to the module requirement
(duplicate declaration)
  • Loading branch information
lzecca78 authored and wyardley committed Dec 4, 2017
1 parent a783fc4 commit 79095ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/install/rabbitmqadmin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
name => $rabbitmq::rabbitmqadmin_package,
}
} else {
require archive

$python_package = $rabbitmq::params::python_package
# Some systems (e.g., Ubuntu 16.04) don't ship Python 2 by default
Expand Down

0 comments on commit 79095ae

Please sign in to comment.