Skip to content

Commit

Permalink
drop debugs.tfm.o
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jun 6, 2024
1 parent 9d67518 commit 77913e8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 48 deletions.
1 change: 0 additions & 1 deletion puppet/modules/awstats/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
$vhosts = [
'all',
'deb',
'debugs',
'downloads',
'stagingdeb',
'web',
Expand Down
9 changes: 0 additions & 9 deletions puppet/modules/profiles/manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
# @param stable
# Latest release that users expect
#
# @param debugs_htpasswds
# Which htpasswds to create for the debug vhost
#
# @param https
# Whether to enable HTTPS. This is typically wanted but can only be enabled
# in a 2 pass setup. First Apache needs to run for Letsencrypt to function.
# Then Letsencrypt can be enabled. Also useful to turn off in test setups.
class profiles::web (
String[1] $stable = '3.10',
Hash[String, Hash] $debugs_htpasswds = {},
Boolean $https = true,
) {
contain awstats
Expand All @@ -26,11 +22,6 @@

contain web::vhost::deb

class { 'web::vhost::debugs':
htpasswds => $debugs_htpasswds,
}
contain web::vhost::debugs

contain web::vhost::downloads

contain web::vhost::stagingdeb
Expand Down
2 changes: 0 additions & 2 deletions puppet/modules/web/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
'theforeman.org',
'archivedeb.theforeman.org',
'deb.theforeman.org',
'debugs.theforeman.org',
'downloads.theforeman.org',
'stagingdeb.theforeman.org',
'www.theforeman.org',
Expand All @@ -36,7 +35,6 @@
'/var/www/vhosts/web/htdocs',
'/var/www/vhosts/archivedeb/htdocs',
'/var/www/vhosts/deb/htdocs',
'/var/www/vhosts/debugs/htdocs',
'/var/www/vhosts/downloads/htdocs',
'/var/www/vhosts/stagingdeb/htdocs',
'/var/www/vhosts/web/htdocs',
Expand Down
20 changes: 0 additions & 20 deletions puppet/modules/web/manifests/vhost/debugs.pp

This file was deleted.

16 changes: 0 additions & 16 deletions puppet/modules/web/templates/debugs.conf.erb

This file was deleted.

0 comments on commit 77913e8

Please sign in to comment.