Skip to content

Instantly share code, notes, and snippets.

@towens
Last active February 2, 2017 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save towens/4d0abd6de75d9c47666c6b14c062dd19 to your computer and use it in GitHub Desktop.
Save towens/4d0abd6de75d9c47666c6b14c062dd19 to your computer and use it in GitHub Desktop.
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