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

add dedicated debian repo profile #2108

Merged
merged 4 commits into from
Sep 12, 2024
Merged

add dedicated debian repo profile #2108

merged 4 commits into from
Sep 12, 2024

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Jul 19, 2024

No description provided.

@evgeni evgeni force-pushed the debrepo branch 3 times, most recently from 3e6f3ee to 94de686 Compare August 28, 2024 12:45
Vagrantfile Outdated Show resolved Hide resolved
@evgeni evgeni force-pushed the debrepo branch 2 times, most recently from f85e79a to 2d48ee7 Compare August 29, 2024 08:50
@evgeni evgeni marked this pull request as ready for review August 29, 2024 08:57
@evgeni
Copy link
Member Author

evgeni commented Aug 29, 2024

marked this as ready as it spins up a working el9-freight host for me and should not influence anything of the current web01 deployment.

puppet/modules/freight/manifests/user.pp Outdated Show resolved Hide resolved
puppet/modules/web/manifests/base.pp Outdated Show resolved Hide resolved
@evgeni evgeni force-pushed the debrepo branch 2 times, most recently from cf82c92 to ada7227 Compare August 30, 2024 08:27
Comment on lines +61 to +66
# vhosts don't autorequire the expires module
# https://github.com/puppetlabs/puppetlabs-apache/pull/2559
# limit to not EL7 as there we use apache::default_mods
if $facts['os']['family'] != 'RedHat' or $facts['os']['release']['major'] != '7' {
include apache::mod::expires
}
Copy link
Member Author

Choose a reason for hiding this comment

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

Or we move that to

apache::default_mods:
- status

@evgeni evgeni force-pushed the debrepo branch 2 times, most recently from bc4c662 to f1d4e20 Compare September 3, 2024 10:31
@evgeni evgeni force-pushed the debrepo branch 2 times, most recently from 4247699 to 17f21bf Compare September 5, 2024 07:22
Comment on lines +67 to +70
include apache::mod::alias
include apache::mod::autoindex
include apache::mod::dir
include apache::mod::mime
Copy link
Member Author

Choose a reason for hiding this comment

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

I wonder if any of these should (or should not) go to our definition of apache::default_mods

@evgeni
Copy link
Member Author

evgeni commented Sep 10, 2024

@ehelms @ekohl there are cosmetic questions about apache::mod::* in here, but otherwise this is working and we should move on :)

Copy link
Member

@ehelms ehelms left a comment

Choose a reason for hiding this comment

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

I'm good with this - let's do this.

the vhosts do not point to it yet, so LE won't be able to obtain a cert
@evgeni evgeni merged commit 9005dc9 into master Sep 12, 2024
2 checks passed
@evgeni evgeni deleted the debrepo branch September 12, 2024 08:22
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