Skip to content

Commit 28acefd

Browse files
authored
fix(dns): update boto pkg blocks with new onedir install method (#538)
1 parent 9cb4eb9 commit 28acefd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

salt/dns/init.sls

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
boto-pkgs:
2-
pkg.installed:
3-
- pkgs:
4-
- python3-boto
5-
- python3-boto3
1+
boto:
2+
pip.installed:
3+
- pip_bin: /usr/bin/salt-pip
4+
5+
boto3:
6+
pip.installed:
7+
- pip_bin: /usr/bin/salt-pip
68

79
{% set public_ipv4 = salt["mine.get"]("*", "public_ipv4") %}
810

911
# We assume that a server will always have an IPv4 address.
1012

11-
# TODO: Update back to boto3_route53 when https://github.com/saltstack/salt/pull/60951 makes it into a release
13+
# TODO(@JacobCoffee): Update back to boto3_route53
1214
{% for server in public_ipv4 %}
1315
{{ server }}-route53:
1416
boto_route53.rr_present:

0 commit comments

Comments
 (0)