We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb4eb9 commit 28acefdCopy full SHA for 28acefd
salt/dns/init.sls
@@ -1,14 +1,16 @@
1
-boto-pkgs:
2
- pkg.installed:
3
- - pkgs:
4
- - python3-boto
5
- - python3-boto3
+boto:
+ pip.installed:
+ - pip_bin: /usr/bin/salt-pip
+
+boto3:
6
7
8
9
{% set public_ipv4 = salt["mine.get"]("*", "public_ipv4") %}
10
11
# We assume that a server will always have an IPv4 address.
12
-# 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
14
{% for server in public_ipv4 %}
15
{{ server }}-route53:
16
boto_route53.rr_present:
0 commit comments