Disable planet cron jobs on new people until we make it live.

This commit is contained in:
Kevin Fenzi 2015-06-22 18:04:27 +00:00
parent f7479e9353
commit d3d647232c

View file

@ -71,10 +71,10 @@
tags: tags:
- planet_server - planet_server
- name: copy the planet cron job (people) #- name: copy the planet cron job (people)
copy: src=planet-cron dest=/etc/cron.d/planet-cron # copy: src=planet-cron dest=/etc/cron.d/planet-cron
tags: # tags:
- planet_server # - planet_server
# #
# design # design
@ -88,10 +88,10 @@
- /srv/planet/config/design/cache - /srv/planet/config/design/cache
- /srv/planet/site/design - /srv/planet/site/design
- name: copy the planet cron job (design) #- name: copy the planet cron job (design)
copy: src=sub-planets/design/planet-group.cron dest=/etc/cron.d/planet-design.cron # copy: src=sub-planets/design/planet-group.cron dest=/etc/cron.d/planet-design.cron
tags: # tags:
- planet_server # - planet_server
- name: copy the planet fpbulder.conf (design) - name: copy the planet fpbulder.conf (design)
copy: src=sub-planets/design/fpbuilder.conf dest=/etc/planet/design/fpbuilder.conf copy: src=sub-planets/design/fpbuilder.conf dest=/etc/planet/design/fpbuilder.conf
@ -129,10 +129,10 @@
- /srv/planet/config/desktop/cache - /srv/planet/config/desktop/cache
- /srv/planet/site/desktop - /srv/planet/site/desktop
- name: copy the planet cron job (desktop) #- name: copy the planet cron job (desktop)
copy: src=sub-planets/desktop/planet-group.cron dest=/etc/cron.d/planet-desktop.cron # copy: src=sub-planets/desktop/planet-group.cron dest=/etc/cron.d/planet-desktop.cron
tags: # tags:
- planet_server # - planet_server
- name: copy the planet fpbulder.conf (desktop) - name: copy the planet fpbulder.conf (desktop)
copy: src=sub-planets/desktop/fpbuilder.conf dest=/etc/planet/desktop/fpbuilder.conf copy: src=sub-planets/desktop/fpbuilder.conf dest=/etc/planet/desktop/fpbuilder.conf
@ -171,10 +171,10 @@
- /srv/planet/config/edited/cache - /srv/planet/config/edited/cache
- /srv/planet/site/edited - /srv/planet/site/edited
- name: copy the planet cron job (edited) #- name: copy the planet cron job (edited)
copy: src=sub-planets/edited/planet-group.cron dest=/etc/cron.d/planet-edited.cron # copy: src=sub-planets/edited/planet-group.cron dest=/etc/cron.d/planet-edited.cron
tags: # tags:
- planet_server # - planet_server
- name: copy the planet fpbulder.conf (edited) - name: copy the planet fpbulder.conf (edited)
copy: src=sub-planets/edited/fpbuilder.conf dest=/etc/planet/edited/fpbuilder.conf copy: src=sub-planets/edited/fpbuilder.conf dest=/etc/planet/edited/fpbuilder.conf
@ -245,10 +245,10 @@
- /srv/planet/config/security/cache - /srv/planet/config/security/cache
- /srv/planet/site/security - /srv/planet/site/security
- name: copy the planet cron job (security) #- name: copy the planet cron job (security)
copy: src=sub-planets/security/planet-group.cron dest=/etc/cron.d/planet-security.cron # copy: src=sub-planets/security/planet-group.cron dest=/etc/cron.d/planet-security.cron
tags: # tags:
- planet_server # - planet_server
- name: copy the planet fpbulder.conf (security) - name: copy the planet fpbulder.conf (security)
copy: src=sub-planets/security/fpbuilder.conf dest=/etc/planet/security/fpbuilder.conf copy: src=sub-planets/security/fpbuilder.conf dest=/etc/planet/security/fpbuilder.conf
@ -287,10 +287,10 @@
- /srv/planet/config/summer-coding/cache - /srv/planet/config/summer-coding/cache
- /srv/planet/site/summer-coding - /srv/planet/site/summer-coding
- name: copy the planet cron job (summer-coding) #- name: copy the planet cron job (summer-coding)
copy: src=sub-planets/summer-coding/planet-group.cron dest=/etc/cron.d/planet-summer-coding.cron # copy: src=sub-planets/summer-coding/planet-group.cron dest=/etc/cron.d/planet-summer-coding.cron
tags: # tags:
- planet_server # - planet_server
- name: copy the planet fpbulder.conf (summer-coding) - name: copy the planet fpbulder.conf (summer-coding)
copy: src=sub-planets/summer-coding/fpbuilder.conf dest=/etc/planet/summer-coding/fpbuilder.conf copy: src=sub-planets/summer-coding/fpbuilder.conf dest=/etc/planet/summer-coding/fpbuilder.conf