In webapp staging, we are toggling on the add-forge-now feature:
```
$SWH_PUPPET_ENVIRONMENT_HOME/bin/octocatalog-diff --octocatalog-diff-args --no-truncate-details --to staging webapp.internal.staging.swh.network
...
*******************************************
File[/etc/softwareheritage/web/web.yml] =>
parameters =>
content =>
@@ -84,4 +84,6 @@
public_key: webapp_give_public_key
token: webapp_give_token
+features:
+ add-forge-now: true
allowed_hosts:
- webapp.staging.swh.network
*******************************************
*** End octocatalog-diff on webapp.internal.staging.swh.network
```
No change in production (no features per say so nothing new, move along ;):
```
$ $SWH_PUPPET_ENVIRONMENT_HOME/bin/octocatalog-diff --octocatalog-diff-args --no-truncate-details --to moma
...
*******************************************
File[/etc/softwareheritage/web/web.yml] =>
parameters =>
content =>
@@ -91,4 +91,5 @@
public_key: webapp_give_public_key
token: webapp_give_token
+features: {}
allowed_hosts:
- archive.softwareheritage.org
*******************************************
*** End octocatalog-diff on moma.softwareheritage.org
```