Skip to content

Commit 325d517

Browse files
committed
clean up last remains of rpm.tfm.o
1 parent 9236e87 commit 325d517

6 files changed

Lines changed: 1 addition & 337 deletions

File tree

docs/repo-rpm.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@
1313

1414
These domains are all hosted on the server.
1515

16-
* rpm.theforeman.org
17-
* stagingrpm.theforeman.org
1816
* yum.theforeman.org
1917
* stagingyum.theforeman.org
2018

2119
### Backends
2220

2321
This server does not host the domains directly, but has the following backend vhosts configured:
2422

25-
* rpm-backend.repo-rpm01.osuosl.theforeman.org
26-
* stagingrpm-backend.repo-rpm01.osuosl.theforeman.org
2723
* yum-backend.repo-rpm01.osuosl.theforeman.org
2824
* stagingyum-backend.repo-rpm01.osuosl.theforeman.org
2925

puppet/modules/profiles/manifests/repo/rpm.pp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,11 @@
1414

1515
contain web::vhost::stagingyum
1616

17-
class { 'web::vhost::rpm':
18-
stable_foreman => $stable_foreman,
19-
}
20-
contain web::vhost::rpm
21-
22-
contain web::vhost::stagingrpm
23-
2417
include profiles::backup::sender
2518

2619
restic::repository { 'repo_rpm':
2720
backup_cap_dac_read_search => true,
28-
backup_path => [$web::vhost::rpm::rpm_directory, $web::vhost::yum::yum_directory],
21+
backup_path => [$web::vhost::yum::yum_directory],
2922
backup_post_cmd => [
3023
'-/bin/bash -c "/usr/local/bin/restic-prometheus-exporter | sponge /var/lib/prometheus/node-exporter/restic.prom"',
3124
],

puppet/modules/web/manifests/vhost/rpm.pp

Lines changed: 0 additions & 97 deletions
This file was deleted.

puppet/modules/web/manifests/vhost/stagingrpm.pp

Lines changed: 0 additions & 90 deletions
This file was deleted.

puppet/modules/web/templates/deploy-rpmrepo.sh.epp

Lines changed: 0 additions & 123 deletions
This file was deleted.

puppet/modules/web/templates/deploy-stagingrpm.sh.epp

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)