add releng02 and set it up so that the rawhide cron job runs on it. branched only on releng01

This commit is contained in:
Dennis Gilmore 2013-07-11 21:17:56 +00:00
parent d7b39fdcad
commit 26cde15679
2 changed files with 7 additions and 0 deletions

View file

@ -160,6 +160,12 @@
# put cron job in for branched compose
- name: branched compose cron
action: copy src=$files/releng/branched dest=/etc/cron.d/branched
only_if: "'${inventory_hostname}'.startswith('releng01')"
# put cron job in for rawhide compose
- name: rawhide compose cron
action: copy src=$files/releng/rawhide dest=/etc/cron.d/rawhide
only_if: "'${inventory_hostname}'.startswith('releng02')"
- name: sudoers defaults
action: copy src=$private/files/sudo/releng-sudoers dest=/etc/sudoers mode=0440