Bug 197573 - sysutils/ansible: clear rabbitmq_user password when none is specified
Summary: sysutils/ansible: clear rabbitmq_user password when none is specified
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-12 16:37 UTC by Jimmy Olgeni
Modified: 2015-02-12 20:18 UTC (History)
1 user (show)

See Also:
lifanov: maintainer-feedback+


Attachments
Fix for issue #83. (1.59 KB, patch)
2015-02-12 16:37 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2015-02-12 16:37:04 UTC
Created attachment 152907 [details]
Fix for issue #83.

Quick fix for issue #83 ("Even though the password param is specified as optional, the rabbitmq_user module fails when it is not provided.")

  https://github.com/ansible/ansible-modules-extras/pull/204
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-12 16:37:04 UTC
Maintainer CC'd
Comment 2 Nikolai Lifanov 2015-02-12 17:55:33 UTC
This looks good to me. Please commit.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-02-12 20:18:19 UTC
A commit references this bug:

Author: olgeni
Date: Thu Feb 12 20:17:29 UTC 2015
New revision: 378891
URL: https://svnweb.freebsd.org/changeset/ports/378891

Log:
  Fix issue #83 of ansible-modules-extras with pull request #204 ("Even
  though the password param is specified as optional, the rabbitmq_user
  module fails when it is not provided.")

  PR:		197573
  Submitted by:	olgeni
  Reviewed by:	maintainer

Changes:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/files/patch-lib_ansible_modules_extras_messaging_rabbitmq__user.py
Comment 4 Jimmy Olgeni freebsd_committer freebsd_triage 2015-02-12 20:18:52 UTC
Patch committed.