Skip to content

Commit

Permalink
fix: pihole lighttpd link
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Dec 24, 2023
1 parent 7e93d5a commit 6eb6305
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions salt/sys-pihole/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ include:

"{{ slsdotpath }}-disable-external-admin-interface-symlink":
file.symlink:
- name: /etc/lighttpd/conf-available/50-pihole.conf
- target: /etc/lighttpd/conf-enabled/50-pihole.conf
- require:
- file: "{{ slsdotpath }}-disable-external-admin-interface"
- name: /etc/lighttpd/conf-enabled/50-pihole.conf
- target: /etc/lighttpd/conf-available/50-pihole.conf
- force: True

"{{ slsdotpath }}-disable-systemd-resolved":
Expand Down

0 comments on commit 6eb6305

Please sign in to comment.