Skip to content

Commit 6c5a718

Browse files
committed
site: add codeorigin-04.stage and codeorigin-04
Ref #37
1 parent 2372c42 commit 6c5a718

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

doc/hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Nodes managed by this Puppet repository are hosted at **DigitalOcean**.
2626
* Additional options:
2727
* Enable "Monitoring" (free)
2828
* Advanced options:
29-
* Enable "IPv6" (free)
29+
* Disable "IPv6" (free)
3030
* Hostname: Refer to [dns.md](./dns.md)
3131
* Pick the next number within the given role and realm.
3232
* Tags:

manifests/site.pp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
role('codeorigin')
1818
}
1919

20+
# 2 CPU, 2 GB mem, Debian 12 Bookworm
21+
node 'codeorigin-04.ops.jquery.net' {
22+
role('codeorigin')
23+
}
24+
2025
# 2 CPU, 4 GB mem, Debian 11 Bullseye, 80 GB disk
2126
node 'contentorigin-02.ops.jquery.net' {
2227
role('contentorigin')
@@ -76,7 +81,7 @@
7681
}
7782

7883
# 2 CPU, 2 GB mem, Debian 12 Bookworm
79-
node 'codeorigin-03.stage.ops.jquery.net' {
84+
node 'codeorigin-04.stage.ops.jquery.net' {
8085
role('codeorigin')
8186
}
8287

0 commit comments

Comments
 (0)