repos galore!

This commit is contained in:
do
2020-10-22 20:57:17 +02:00
parent 9531cf694c
commit bfade616aa
9 changed files with 50 additions and 18 deletions

View File

@@ -1,12 +1,6 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
{%-
set cache_url = salt['pillar.get'](
'services:apt-cache',
default=''
)
%}
include:
- haproxy
@@ -27,7 +21,7 @@ openhab2-pkgs:
repo_openhab2:
pkgrepo.managed:
- name: deb http://{{ cache_url }}dl.bintray.com/openhab/apt-repo2 stable main
- name: deb https://dl.bintray.com/openhab/apt-repo2 stable main
- file: /etc/apt/sources.list.d/openhab2.list
- key_url: 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab'
- clean_file: True