Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dns): update boto pkg blocks with new onedir install method #538

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JacobCoffee
Copy link
Member

Description

  • Installs boto{,3} via Salt-provied pip, since old method is no longer being able to be installed due to forced salt version updates

Closes

Closes #536


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

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

# TODO: Update back to boto3_route53 when https://github.com/saltstack/salt/pull/60951 makes it into a release
# TODO(@JacobCoffee): Update back to boto3_route53
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't recall why boto3 is preferred, but this is the diff that originally moved us back to just both: 4ebb9fd

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iirc from reading boto3 was the automagically generated thing from the AWS spec whereas boto was done by hand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infra: Salt master errors on boto3 module
2 participants