Bug 197573

Summary: sysutils/ansible: clear rabbitmq_user password when none is specified
Product: Ports & Packages Reporter: Jimmy Olgeni <olgeni>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: lifanov
Priority: --- Flags: lifanov: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix for issue #83. none

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.