Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:TheCacophonyProject/saltops into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Jan 22, 2024
2 parents 948b191 + 0616c74 commit c11d0c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pi/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 c11d0c4

Please sign in to comment.