Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salt build for ubuntu is broken (TypeError: any() takes exactly one argument) #25287

Closed
s0undt3ch opened this issue Jul 9, 2015 · 1 comment
Labels
Duplicate Duplicate of another issue or PR - will be closed Packaging Related to packaging of Salt, not Salt's support for package management.

Comments

@s0undt3ch
Copy link
Collaborator

This is an issue filed against the salt-bootstrap script. Bellow is the copy of it.

Latest ubuntu build from July 2 (2015.5.2) contains a bug:

An exception occurred in this state: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1563, in call
**cdata['kwargs'])
File "/usr/lib/python2.7/dist-packages/salt/states/rabbitmq_vhost.py", line 84, in present
if any(user, owner, conf, write, read):
TypeError: any() takes exactly one argument (5 given)

This is due to a bug in /usr/lib/python2.7/dist-packages/salt/states/rabbitmq_vhost.py which has already been fixed, but the deployment was created on a broken version (v2015.0.2).
@s0undt3ch s0undt3ch added the Packaging Related to packaging of Salt, not Salt's support for package management. label Jul 9, 2015
@jfindlay jfindlay added the Duplicate Duplicate of another issue or PR - will be closed label Jul 9, 2015
@jfindlay
Copy link
Contributor

jfindlay commented Jul 9, 2015

This is a duplicate of #25118, which has been fixed in 2015.8.3.

@jfindlay jfindlay closed this as completed Jul 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Duplicate of another issue or PR - will be closed Packaging Related to packaging of Salt, not Salt's support for package management.
Projects
None yet
Development

No branches or pull requests

2 participants