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

make nhc work correctly on ubuntu

parent b0f119e1
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
args: args:
chdir: /tmp/warewulf-nhc-{{ nhc_version }} chdir: /tmp/warewulf-nhc-{{ nhc_version }}
- name: ensure sysconfig dir exists
file: dest=/etc/sysconfig state=directory owner=root group=root mode=755
sudo: true
- name: copy nhc sysconfig script - name: copy nhc sysconfig script
template: dest=/etc/sysconfig/nhc src=nhc.sysconfig.j2 mode=644 template: dest=/etc/sysconfig/nhc src=nhc.sysconfig.j2 mode=644
sudo: true sudo: true
...@@ -39,7 +43,7 @@ ...@@ -39,7 +43,7 @@
register: generate_nhc_config_file register: generate_nhc_config_file
- name: generate config file - name: generate config file
shell: "{{ nhc_dir }}/sbin/nhc-genconf" shell: "{{ nhc_dir }}/sbin/nhc-genconf -d -c {{ nhc_dir }}/etc/nhc/{{ nhc_config_file }} CONFDIR={{ nhc_dir }}/etc/nhc"
sudo: true sudo: true
when: generate_nhc_config_file when: generate_nhc_config_file
......
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