Skip to content

Commit

Permalink
more references
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Jul 18, 2024
1 parent 3f3c06f commit 3a6ec16
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ SERVERS = [
"mail",
"moin",
"planet",
"pypy-web",
"pythontest",
]

Expand Down
13 changes: 0 additions & 13 deletions pillar/base/haproxy.sls
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ haproxy:
verify_host: planet.psf.io
check: "HEAD / HTTP/1.1\\r\\nHost:\\ planet.psf.io"

pypy-web:
domains:
- www.pypy.org
hsts_subdomains: False
hsts_preload: False
verify_host: pypy-web.psf.io
check: "HEAD / HTTP/1.1\\r\\nHost:\\ pypy-web.psf.io"

moin:
domains:
- wiki.python.org
Expand Down Expand Up @@ -144,11 +136,6 @@ haproxy:
target: www.jython.org
hsts_subdomains: False
hsts_preload: False
pypy.org:
target: www.pypy.org
hsts_subdomains: False
hsts_preload: False
tls: False

listens:
hg_ssh:
Expand Down
4 changes: 0 additions & 4 deletions pillar/base/tls.sls
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ tls:
svn.psf.io:
roles:
- hg

pypy-web.psf.io:
roles:
- pypy-web
6 changes: 0 additions & 6 deletions pillar/base/users.sls
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,6 @@ users:
codespeed:
sudo: True
allowed: True
pypy-web:
sudo: True
allowed: True

fijal:
fullname: "Maciej Fijalkowski"
Expand All @@ -360,9 +357,6 @@ users:
codespeed:
sudo: True
allowed: True
pypy-web:
sudo: True
allowed: True

ezio:
fullname: "Ezio Melotti"
Expand Down
4 changes: 0 additions & 4 deletions pillar/prod/top.sls
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ base:
- firewall.http
- firewall.planet

'pypy-web':
- match: nodegroup
- firewall.rs-lb-backend

'pythontest':
- match: nodegroup
- firewall.http
Expand Down

0 comments on commit 3a6ec16

Please sign in to comment.