Skip to content

Commit

Permalink
fix for dns state
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Jul 8, 2022
1 parent 41d81fd commit 3ae8056
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions salt/dns/init.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
boto-pkgs:
pkg.installed:
- python3-boto
- python3-boto3
- pkgs:
- python3-boto
- python3-boto3

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

Expand Down

0 comments on commit 3ae8056

Please sign in to comment.