Skip to content

Commit

Permalink
ddmesh: init.sls add freifunk-utils-network-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cremesk committed Jan 7, 2024
1 parent 55acbea commit 52d91e6
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions salt/freifunk/base/ddmesh/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@
- group: root
- mode: 755
/usr/local/bin/freifunk-manuell_update.sh:
/usr/local/bin/freifunk-gateway-check.sh:
file.managed:
- source: salt://ddmesh/usr/local/bin/freifunk-manuell_update.sh
- source: salt://ddmesh/usr/local/bin/freifunk-gateway-check.sh
- user: root
- group: root
- mode: 755
/usr/local/bin/freifunk-gateway-check.sh:
/usr/local/bin/freifunk-gateway-status.sh:
file.managed:
- source: salt://ddmesh/usr/local/bin/freifunk-gateway-check.sh
- source: salt://ddmesh/usr/local/bin/freifunk-gateway-status.sh
- user: root
- group: root
- mode: 755
/usr/local/bin/freifunk-gateway-status.sh:
/usr/local/bin/freifunk-manuell_update.sh:
file.managed:
- source: salt://ddmesh/usr/local/bin/freifunk-gateway-status.sh
- source: salt://ddmesh/usr/local/bin/freifunk-manuell_update.sh
- user: root
- group: root
- mode: 755
Expand All @@ -89,6 +89,13 @@
- group: root
- mode: 755
freifunk-utils-network-info.sh:
file.managed:
- source: salt://ddmesh/usr/local/bin/freifunk-utils-network-info.sh
- user: root
- group: root
- mode: 755
/usr/local/bin/freifunk-version:
file.managed:
- source: salt://ddmesh/usr/local/bin/freifunk-version
Expand Down

0 comments on commit 52d91e6

Please sign in to comment.