Last active
February 2, 2017 23:28
-
-
Save towens/4d0abd6de75d9c47666c6b14c062dd19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cronscript: | |
file.managed: | |
- name: /var/lib/airflow/cronfile.sh | |
- source: salt://dag_sync/cronfile.sh.j2 | |
- template: jinja | |
- group: airflow | |
- user: airflow | |
- mode: 700 | |
- require: | |
- user: airflow | |
- group: airflow | |
/var/lib/airflow/cronfile.sh: | |
cron.present: | |
- identifier: dagcron | |
- user: airflow | |
- minute: '*/1' | |
- require: | |
- file: cronscript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment