Skip to content
Snippets Groups Projects
Commit 26a1ec01 authored by skorpy's avatar skorpy :construction_worker:
Browse files

dovecot update to buster only

parent b9cc7f17
No related branches found
No related tags found
No related merge requests found
Pipeline #25359 passed
{% if grains['osfinger'] == "Debian-9" %}
include:
- apt.transport.https
{% if grains['osfinger'] == "Debian-10" %}
dovecot-repo:
pkgrepo.managed:
- humanname: dovecot
- name: deb https://repo.dovecot.org/ce-2.3-latest/debian/stretch stretch main
- name: deb https://repo.dovecot.org/ce-2.3-latest/debian/buster buster main
- key_url: https://repo.dovecot.org/DOVECOT-REPO-GPG
- file: /etc/apt/sources.list.d/dovecot.list
- clean_file: true
......
{% if grains['osfinger'] == "Debian-9" %}
{% if grains['osfinger'] == "Debian-10" %}
{%- if 'dovecot' in salt['pillar.get']('roles', []) %}
include:
- .dovecot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment