From 43b1163bdd415d56204a29a71e280ed00fbed542 Mon Sep 17 00:00:00 2001 From: Thomas Thorburn Date: Thu, 1 Sep 2022 11:16:55 +0200 Subject: [PATCH] temp workaround for saltstack / saltformula bugs --- nginx/pkg.sls | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/nginx/pkg.sls b/nginx/pkg.sls index b2742f6..c3a7984 100644 --- a/nginx/pkg.sls +++ b/nginx/pkg.sls @@ -69,28 +69,6 @@ nginx_official_repo: - watch_in: - pkg: nginx_install - {%- if grains.os not in ('Debian',) %} - ## applies to Ubuntu and derivatives only #} -nginx_ppa_repo: - pkgrepo: - {%- if from_ppa %} - - managed - {%- else %} - - absent - {%- endif %} - {% if grains.os == 'Ubuntu' %} - - ppa: nginx/{{ nginx.ppa_version }} - {% else %} - - name: deb http://ppa.launchpad.net/nginx/{{ nginx.ppa_version }}/ubuntu {{ grains.oscodename }} main - - keyid: C300EE8C - - keyserver: keyserver.ubuntu.com - {% endif %} - - require_in: - - pkg: nginx_install - - watch_in: - - pkg: nginx_install - {%- endif %} - {%- if from_phusionpassenger %} nginx_phusionpassenger_repo_keyring: file.managed: