Skip to content

Commit

Permalink
fix(latest.sls): remove old apt repository following bintray shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Faivre committed May 24, 2021
1 parent c6b8db8 commit 2fbd40f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rabbitmq/package/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ rabbitmq-package-install-pkg-binary-plugins:
- onlyif: test -f {{ rabbitmq.dir.base }}/bin/rabbitmq-plugins
- require:
- pkg: rabbitmq-package-install-pkg-installed
rabbitmq-package-remove-old-erlang-repo:
pkgrepo.absent:
- name: deb https://dl.bintray.com/rabbitmq-erlang/debian {{ salt['grains.get']('oscodename') }} erlang
rabbitmq-package-remove-old-rabbitmq-repo:
pkgrepo.absent:
- name: deb https://dl.bintray.com/rabbitmq/debian {{ salt['grains.get']('oscodename') }} main

0 comments on commit 2fbd40f

Please sign in to comment.