bullseye stuff

This commit is contained in:
2022-12-13 18:45:16 +01:00
parent 62aad81be0
commit 913aebdcec
6 changed files with 10 additions and 38 deletions

View File

@@ -5,6 +5,5 @@
include:
- .common
- .repo.debian
- .repo.maketank
- .prometheus
- .salt.minion

View File

@@ -31,13 +31,13 @@ repo_default:
repo_debian:
pkgrepo.managed:
- name: 'deb http://{{ cache_url }}deb.debian.org/debian {{ os_rel }} main contrib non-free'
- name: 'deb http://{{ cache_url }}deb.debian.org/debian {{ os_rel }} main contrib #non-free'
- file: /etc/apt/sources.list.d/debian.list
- clean_file: True
repo_debian-updates:
pkgrepo.managed:
- name: 'deb http://{{ cache_url }}deb.debian.org/debian {{ os_rel }}-updates main contrib non-free'
- name: 'deb http://{{ cache_url }}deb.debian.org/debian {{ os_rel }}-updates main contrib #non-free'
- file: /etc/apt/sources.list.d/debian-updates.list
- clean_file: True
@@ -50,13 +50,13 @@ repo_debian-updates:
repo_debian-security:
pkgrepo.managed:
- name: 'deb http://{{ cache_url }}deb.debian.org/debian-security {{ os_rel }}{{ repo_path }} main contrib non-free'
- name: 'deb http://{{ cache_url }}deb.debian.org/debian-security {{ os_rel }}{{ repo_path }} main contrib #non-free'
- file: /etc/apt/sources.list.d/debian-security.list
- clean_file: True
repo_debian-backports:
pkgrepo.managed:
- name: 'deb http://{{ cache_url }}deb.debian.org/debian {{ os_rel }}-backports main contrib non-free'
- name: 'deb http://{{ cache_url }}deb.debian.org/debian {{ os_rel }}-backports main contrib #non-free'
- file: /etc/apt/sources.list.d/debian-backports.list
- clean_file: True
{% endif %}

View File

@@ -1,24 +0,0 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
{%- set cache_url = salt['pillar.get'](
'services:apt-cache',
default=''
)
%}
repo_maketank:
pkgrepo.absent:
- name: deb http://{{ cache_url }}apt.maketank.net/debian buster main
- dist: buster
- file: /etc/apt/sources.list.d/maketank.list
- key_url: http://apt.maketank.net/debian/debian.gpg
- clean_file: True
#apt-update:
# cmd.run:
# - name: apt update -y
# - listen:
# - pkgrepo: repo_maketank

View File

@@ -8,7 +8,7 @@ pkgs-salt-master:
- salt-api: {{ salt_v }}
pkgs-salt-additional:
pkg.installed
- pkgs:
- python3-cherrypy3
- python3-pygit2
pkg.installed:
- pkgs:
- python3-cherrypy3
- python3-pygit2

View File

@@ -17,7 +17,7 @@ k8s_pkgs-kubelet:
- require:
- pkgrepo: repo_kubernetes.io
k83-additions_pkgs:
k8s-additions_pkgs:
pkg.installed:
- pkgs:
- apparmor

View File

@@ -38,7 +38,4 @@ base:
- base.packages.repo.brave-browser
- base.packages.FreeCAD
'truhe*':
- roles.mpd
- k8s.podman
- base.packages.haproxy
- systemd.units
- roles.mpd