-
Notifications
You must be signed in to change notification settings - Fork 51
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
Conversation
3e6f3ee
to
94de686
Compare
f85e79a
to
2d48ee7
Compare
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. |
cf82c92
to
ada7227
Compare
# 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 | ||
} |
There was a problem hiding this comment.
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
foreman-infra/puppet/data/osfamily/RedHat-9.yaml
Lines 2 to 3 in 78d1281
apache::default_mods: | |
- status |
bc4c662
to
f1d4e20
Compare
4247699
to
17f21bf
Compare
include apache::mod::alias | ||
include apache::mod::autoindex | ||
include apache::mod::dir | ||
include apache::mod::mime |
There was a problem hiding this comment.
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
There was a problem hiding this 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
No description provided.