Skip to content
Snippets Groups Projects
Commit 8e1e5f74 authored by Chris Hines's avatar Chris Hines
Browse files

Merge pull request #60 from CVL-GitHub/cvl2branch

Nevermind, apparently I got on a computer before you did :-)
parents e41c7282 d97f6991
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@
- nss
- nss-tools
- nss-pam-ldapd
- pam_ldap
sudo: true
when: ansible_os_family == 'RedHat'
......
......@@ -50,7 +50,7 @@
when: slurm_use_vpn==True
- name: create data directory
file: path="{{ slurmdatadir }}" state=directory owner=slurm group=slurm mode=644
file: path="{{ slurmdatadir }}" state=directory owner=slurm group=slurm mode=755
sudo: true
- name: create log directory
......
......@@ -16,7 +16,7 @@ AuthType=auth/munge
#AuthInfo=/var/run/munge/munge.socket.2
#
# slurmDBD info
DbdAddr={{ slurmctrlip }}
#DbdAddr=
DbdHost={{ slurmctrl }}
#DbdPort=7031
SlurmUser=slurm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment