Bug 197325 - sysutils/ansible: fix for PostgreSQL function quoting
Summary: sysutils/ansible: fix for PostgreSQL function quoting
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-02-04 17:06 UTC by Jimmy Olgeni
Modified: 2015-02-07 15:24 UTC (History)
1 user (show)

See Also:
lifanov: maintainer-feedback+


Attachments
Fix for postgresql_privs (2.00 KB, patch)
2015-02-04 17:06 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-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!