Skip to content

Commit

Permalink
Adding rpi-net-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Jan 18, 2024
1 parent f9703a2 commit eae11e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tc2/rpi-net-manager/init.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
rpi-net-manager-pkg:
cacophony.pkg_installed_from_github:
- name: rpi-net-manager
- version: "0.1.2"
- architecture: "arm64"

rpi-net-manager-service:
service.running:
- name: rpi-net-manager
- enable: True

0 comments on commit eae11e9

Please sign in to comment.