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

Associate more templates with CentOS Stream #1885

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

adamruzicka
Copy link
Contributor

Followup on #1856

@adamruzicka adamruzicka force-pushed the stream-templates branch 2 times, most recently from 3e5bc56 to e83d073 Compare December 3, 2024 09:20
Copy link
Member

@evgeni evgeni left a comment

Choose a reason for hiding this comment

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

I haven't tested this myself, but the logic reads correctly to me

@ekohl ekohl merged commit 4f7e13e into theforeman:master Dec 3, 2024
8 checks passed
@adamruzicka adamruzicka deleted the stream-templates branch December 3, 2024 11:14
ptables:
- Kickstart default
state: present
password_hash: "SHA256"
Copy link
Member

Choose a reason for hiding this comment

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

We made this the default, but I don't mind making it explicit now because we didn't add a migration to change existing OSes.

Copy link
Member

Choose a reason for hiding this comment

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

Ah yes, probably Adam didn't have theforeman/foreman-ansible-modules#1779 in his setup :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I indeed did not have that

Copy link
Member

Choose a reason for hiding this comment

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

Heh, I recall fixing that after Archana run into the same thing when initially writing this play.

Copy link
Member

Choose a reason for hiding this comment

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

Funny, I thought it was related to theforeman/foreman@e2dee7d but now that I read the PR itself it should really be the more secure SHA512.

Suggested change
password_hash: "SHA256"
password_hash: "SHA512"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

3 participants