Reinstalled the slurm controller and CVMFS stratum1 at TACC w/ static

fixed IP
This commit is contained in:
Nate Coraor 2016-04-07 17:10:18 -04:00
parent 139b890e77
commit 3e044168b3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
- name: Install slurm.conf
template:
src: "{{ slurm_conf_src | default( 'files/slurm/slurm.conf' ) }}"
src: "{{ slurm_conf_src | default( 'templates/slurm/slurm.conf.j2' ) }}"
dest: "{{ slurm_conf_dir }}/slurm.conf"
owner: root
group: root