#809 Move executable scripts into /etc/cron.daily
Merged 3 years ago by nphilipp. Opened 3 years ago by nphilipp.
fedora-infra/ nphilipp/ansible main--cron.d-is-not-cron.daily  into  main

@@ -231,7 +231,7 @@ 

  - name: install daily cron job to sync and merge log files

    copy:

      src: sync-http-logs-and-merge.sh

-     dest: /etc/cron.d

+     dest: /etc/cron.daily

      mode: 0755

    tags:

      - web-data

This fixes a typo which installs an executable script into /etc/cron.d on log01, which obviously wouldn't work.

Metadata Update from @nphilipp:
- Pull-request tagged with: freeze-break-request

3 years ago

:thumbsup: for me

(I assume you removed it from the system?)

:thumbsup: for me

(I assume you removed it from the system?)

Yeah, I hotfix-moved it to the right place. :wink:

Pull-Request has been merged by nphilipp

3 years ago