openhab3 now

This commit is contained in:
do
2020-11-13 21:27:17 +01:00
parent f0ef1976de
commit 24b656ddaa

View File

@@ -9,8 +9,8 @@ include:
openhab2-pkgs:
pkg.installed:
- pkgs:
- openhab2
- openhab2-addons
- openhab
- openhab-addons
- default-jre-headless
- libopenzwave1.5
- gunicorn3
@@ -21,10 +21,11 @@ openhab2-pkgs:
repo_openhab2:
pkgrepo.managed:
- name: deb https://dl.bintray.com/openhab/apt-repo2 stable main
#- name: deb https://dl.bintray.com/openhab/apt-repo2 stable main
- name: deb https://openhab.jfrog.io/openhab/openhab-linuxpkg testing main
- file: /etc/apt/sources.list.d/openhab2.list
- key_url: 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab'
- clean_file: True
- clean_file: False
openhab-prometheus-exporter:
file.managed:
@@ -44,3 +45,4 @@ etc-apt-apt.conf-noproxy:
- contents: |
#SALT managed
Acquire::http::proxy::dl.bintray.com "DIRECT";
Acquire::http::proxy::openhab.jfrog.io "DIRECT";