Bug 214322 - sysutils/ansible: backport 872594b from ansible-modules-core
Summary: sysutils/ansible: backport 872594b from ansible-modules-core
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: Matthew Seaman
URL: https://github.com/ansible/ansible-mo...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-08 13:40 UTC by Nikolai Lifanov
Modified: 2016-11-08 14:23 UTC (History)
1 user (show)

See Also:


Attachments
sysutils/ansible: backport 872594b (2.89 KB, patch)
2016-11-08 13:40 UTC, Nikolai Lifanov
lifanov: maintainer-approval+
Details | Diff
sysutils/ansible: backport 872594b (2.89 KB, patch)
2016-11-08 13:42 UTC, Nikolai Lifanov
lifanov: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov 2016-11-08 13:40:25 UTC
Created attachment 176780 [details]
sysutils/ansible: backport 872594b

Please backport commit 872594b from ansible-modules-core, which fixes service module without a pre-existing service file.

The issue was reported by Thomas Steen Rasmussen in a private email.
Comment 1 Nikolai Lifanov 2016-11-08 13:42:31 UTC
Created attachment 176781 [details]
sysutils/ansible: backport 872594b

whoops, old file
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-11-08 14:18:16 UTC
A commit references this bug:

Author: matthew
Date: Tue Nov  8 14:17:30 UTC 2016
New revision: 425744
URL: https://svnweb.freebsd.org/changeset/ports/425744

Log:
  Backport patch 872594b from upstream

  This is a FreeBSD specific fix to the handling of rcvars -- this fixes
  the case where the rcvar did not previously exist in /etc/rc.conf or
  other places the rc system might look for them.

  https://github.com/ansible/ansible-modules-core/commit/872594b49a69a1f3795e0de3f7cf0194b6bdfd53

  PR:		214322
  Reported by:	Thomas Steen Rasmussen
  Approved by:	lifanov@mail.lifanov.com (maintainer)

Changes:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/files/extra-patch-872594b
Comment 3 Matthew Seaman freebsd_committer freebsd_triage 2016-11-08 14:23:07 UTC
Committed, thanks!