Bug 197325

Summary: sysutils/ansible: fix for PostgreSQL function quoting
Product: Ports & Packages Reporter: Jimmy Olgeni <olgeni>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: lifanov
Priority: --- Keywords: easy, patch, patch-ready
Version: LatestFlags: lifanov: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix for postgresql_privs none

Description Jimmy Olgeni freebsd_committer freebsd_triage 2015-02-04 17:06:41 UTC
Created attachment 152558 [details]
Fix for postgresql_privs

Fix quoting of function identifiers in postgresql_privs module.

  https://github.com/ansible/ansible-modules-core/pull/703

I tested it in our environment and it seems to work fine.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-04 17:06:41 UTC
Maintainer CC'd
Comment 2 Nikolai Lifanov 2015-02-04 17:39:14 UTC
Looks good to me, please commit.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-02-04 19:25:17 UTC
A commit references this bug:

Author: olgeni
Date: Wed Feb  4 19:24:27 UTC 2015
New revision: 378411
URL: https://svnweb.freebsd.org/changeset/ports/378411

Log:
  Fix quoting of function identifiers in postgresql_privs (issue 703
  in ansible/ansible-modules-core on GitHub).

  PR:		197325
  Submitted by:	olgeni
  Approved by:	maintainer

Changes:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/files/patch-lib_ansible_modules_core_database_postgresql_postgresql__privs.py
Comment 4 Jimmy Olgeni freebsd_committer freebsd_triage 2015-02-04 19:26:17 UTC
Committed - thanks!