Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Stop modifying the ideascube config for nginx.
Browse files Browse the repository at this point in the history
This change should have been made into ideascube's package
(extras/nginx/ideascube) and is now commited there.

Fixes #30.

dpkg now thinks the vhost has been manually modified, and won't install
its new version, leaving a .dpkg-dist file behind. We'll have to add a
file removal into ideascube's postinst script for some time :p
  • Loading branch information
letompouce committed May 28, 2016
1 parent 0deacc7 commit c7dd474
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/upgradeIdc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
file: path=/etc/apt/apt.conf.d/9999IDEASCUBEISABADBADBOY state=absent
when: st.stat.exists == False

- name: Remove linsting on 443 because the port is alredy used by sslh
lineinfile: dest=/etc/nginx/sites-available/ideascube regexp='443' state=absent
notify: restart nginx
when: st.stat.exists == False
ignore_errors: yes

- name: Copy startup script
copy: src=hostapd dest=/etc/systemd/system/hostapd.service owner=root group=root mode=664
when: st.stat.exists == False
Expand Down

0 comments on commit c7dd474

Please sign in to comment.