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

Add nodegroup targeting to publish module #3529

Closed
UtahDave opened this issue Jan 30, 2013 · 1 comment
Closed

Add nodegroup targeting to publish module #3529

UtahDave opened this issue Jan 30, 2013 · 1 comment
Assignees
Milestone

Comments

@UtahDave
Copy link
Contributor

Please add nodegroup targeting to publish module.
The following command fails now:

$ sudo salt-call publish.publish qa test.ping '' nodegroup

Returns the following stacktrace:

2013-01-30 13:27:10,054 [salt.minion                                 ][CRITICAL] Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 714, in tune_in
    self._handle_payload(payload)
  File "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 241, in _handle_payload
    'clear': self._handle_clear}[payload['enc']](payload['load'])
  File "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 260, in _handle_aes
    '{0}_match'.format(data['tgt_type']))(data['tgt']):
TypeError: nodegroup_match() takes exactly 3 arguments (2 given)

This is per an email from Daniel B from the mailing list.

@ghost ghost assigned thatch45 Jan 30, 2013
@thatch45
Copy link
Member

1de5801
fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants