Parent Directory
|
Revision Log
Purger job can be myproxy owned, also add all template secret values
1 | --- |
2 | |
3 | # Install the myproxy_purge script and set its conjob |
4 | |
5 | - name: copy the myproxy_purge script |
6 | copy: |
7 | src: myproxy_purge.sh |
8 | dest: /usr/sbin/myproxy_purge.sh |
9 | owner: root |
10 | group: root |
11 | mode: 0744 |
12 | |
13 | - name: copy the myproxy_purge cron.d file |
14 | copy: |
15 | src: myproxy_purge |
16 | dest: /etc/cron.d/myproxy_purge |
17 | owner: root |
18 | group: root |
19 | mode: 0644 |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |