We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478b9e8 commit 259ef21Copy full SHA for 259ef21
manifests/site.pp
@@ -32,6 +32,11 @@
32
role('gruntjscom')
33
}
34
35
+# 1 CPU, 2 GB mem, Debian 12 Bookworm
36
+node 'gruntjs-03.ops.jquery.net' {
37
+ role('gruntjscom')
38
+}
39
+
40
# 2 CPU, 2 GB mem, Debian 11 Bullseye
41
node 'miscweb-01.ops.jquery.net' {
42
role('miscweb')
@@ -80,6 +85,11 @@
80
85
81
86
82
87
88
+# Debian 12 Bookworm
89
+node 'gruntjs-03.stage.ops.jquery.net' {
90
91
92
83
93
# Debian 12 Bookworm
84
94
node 'wp-03.stage.ops.jquery.net' {
95
role('docs::wordpress')
0 commit comments