Skip to content

add dedicated debian repo profile - #2108

Merged
evgeni merged 4 commits into
masterfrom
debrepo
Sep 12, 2024
Merged

add dedicated debian repo profile#2108
evgeni merged 4 commits into
masterfrom
debrepo

Conversation

@evgeni

@evgeni evgeni commented Jul 19, 2024

Copy link
Copy Markdown
Member

No description provided.

Comment thread puppet/modules/freight/manifests/init.pp Outdated
@evgeni
evgeni force-pushed the debrepo branch 3 times, most recently from 3e6f3ee to 94de686 Compare August 28, 2024 12:45
Comment thread Vagrantfile Outdated
Comment thread puppet/modules/profiles/manifests/repo/deb.pp Outdated
Comment thread puppet/modules/freight/manifests/init.pp Outdated
@evgeni
evgeni force-pushed the debrepo branch 2 times, most recently from f85e79a to 2d48ee7 Compare August 29, 2024 08:50
Comment thread puppet/modules/web/manifests/base.pp Outdated
@evgeni
evgeni marked this pull request as ready for review August 29, 2024 08:57
@evgeni

evgeni commented Aug 29, 2024

Copy link
Copy Markdown
Member Author

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.

Comment thread puppet/modules/freight/manifests/init.pp Outdated
Comment thread puppet/modules/freight/manifests/user.pp Outdated
Comment thread puppet/modules/web/manifests/base.pp Outdated
@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
Copy Markdown
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
Comment thread puppet/modules/freight/manifests/user.pp
@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
Copy Markdown
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

evgeni commented Sep 10, 2024

Copy link
Copy Markdown
Member Author

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

@ehelms ehelms left a comment

Copy link
Copy Markdown
Member

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
@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