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

ensure the provision_homedir task runs on all managment nodes

parent 918db1e6
No related branches found
No related tags found
1 merge request!33Multiple fixes
......@@ -2,7 +2,6 @@
- name: make dir
file: path="{{ provision_homedir | dirname }}" state=directory mode=755 owner=root
sudo: true
run_once: true
- name: install python packages
yum: name=python-ldap state=installed
......@@ -17,7 +16,6 @@
- name: copy provision_homedir template
template: src=provision_homedir.py.j2 dest={{ provision_homedir }} mode=700 owner=root
sudo: true
run_once: true
# the lockfile for makeing home directories should be located on the shared directory where the home directories will be created. Otherwise it will be racey
- name: provision_homedir cron job
......
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