[Bug 209789] sysutils/ansible: add patch to fix cron module

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 27 10:46:15 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209789

            Bug ID: 209789
           Summary: sysutils/ansible: add patch to fix cron module
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: amdmi3 at FreeBSD.org
                CC: lifanov at mail.lifanov.com
             Flags: maintainer-feedback?(lifanov at mail.lifanov.com)
                CC: lifanov at mail.lifanov.com

Created attachment 170722
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170722&action=edit
Patch

ansible `cron' module does not work correctly: when writing crontab, it passes
arguments to crontab(1) in wrong order (`crontab <newcrontabfile> -u <user>'
instead of `crontab -u <user> <newcrontabfile>'). This leads to rewriting
root's crontab instead of appending user's. The fix was already upstreamed:

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

but since it'll take some time to get into the release, it'd be nice to have it
in the port right now. MFH candidate as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list