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

Rocky 8 support #194

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Rocky 8 support #194

merged 2 commits into from
Aug 18, 2023

Conversation

djjudas21
Copy link
Owner

This PR includes the changes by @minorOffense from #178 which was incomplete, and some fixes by @nward from the 144-rocky8 branch.

Supersedes #178

Fixes #144

@djjudas21 djjudas21 requested a review from nward August 14, 2023 10:53
@djjudas21 djjudas21 self-assigned this Aug 14, 2023
@djjudas21 djjudas21 mentioned this pull request Aug 14, 2023
nward
nward previously approved these changes Aug 14, 2023
Copy link
Collaborator

@nward nward left a comment

Choose a reason for hiding this comment

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

LGTM I reckon!

systemd::dropin_file { 'freeradius remove bootstrap':
ensure => present,
filename => 'remove_bootstrap.conf',
unit => 'radiusd.service', #@todo programmatically determine the service name
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's remove this todo / create an issue in its place?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Or maybe we don't need to as this is only on el8, so it's always going to be radius.service..

@nward
Copy link
Collaborator

nward commented Aug 14, 2023

Want me to have a poke at the PDK tests failing, @djjudas21 ? I am deep in puppet brain right at the minute, and just finished something else, so now is a good time..

@djjudas21
Copy link
Owner Author

Yes please @nward!

@djjudas21
Copy link
Owner Author

I updated this branch after merging #196 but there are still problems @nward

@nward
Copy link
Collaborator

nward commented Aug 14, 2023

Huh, interesting. I’ve just finished for the night (it’s about 145am) so will have a look in the morning.

@nward nward force-pushed the 144_rocky8_support branch 2 times, most recently from 6ccec74 to 59336a3 Compare August 16, 2023 10:27
@nward
Copy link
Collaborator

nward commented Aug 16, 2023

OK - fixed, removed the duplicate dependency. I also rebased on main rather than a merge (keeps the history tidier), hence the force push :)

nward
nward previously approved these changes Aug 16, 2023
Copy link
Collaborator

@nward nward left a comment

Choose a reason for hiding this comment

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

LGTM - we should squash+merge as there's some reworking going on here which confuses the history a bit. Can we do that while keeping credit for the changes to @minorOffense? If GitHub doesn't let us I can do that locally and force push.

@djjudas21
Copy link
Owner Author

I suspect using the inbuilt squash + merge will attribute the resulting commit to the person who clicks the button

@nward nward force-pushed the 144_rocky8_support branch 2 times, most recently from c68f394 to a828e87 Compare August 17, 2023 04:03
@nward nward force-pushed the 144_rocky8_support branch from a46fabd to 8d5fcd5 Compare August 18, 2023 10:32
@nward nward force-pushed the 144_rocky8_support branch from 8d5fcd5 to 564a719 Compare August 18, 2023 10:38
Copy link
Collaborator

@nward nward left a comment

Choose a reason for hiding this comment

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

OK @djjudas21 I've added some tests - good to merge if you are happy with this.

@djjudas21
Copy link
Owner Author

If you're happy and it's passing tests, then I'm happy! Will merge now

@djjudas21 djjudas21 merged commit 781b034 into main Aug 18, 2023
@djjudas21 djjudas21 deleted the 144_rocky8_support branch August 18, 2023 10:49
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.

FreeRADIUS stopped working after a recent upgrade on RHEL 8
3 participants