diff --git a/coldfront/core/utils/management/commands/add_accounting_defaults.py b/coldfront/core/utils/management/commands/add_accounting_defaults.py index 3d6617600..f9619d7e3 100644 --- a/coldfront/core/utils/management/commands/add_accounting_defaults.py +++ b/coldfront/core/utils/management/commands/add_accounting_defaults.py @@ -42,6 +42,7 @@ def handle(self, *args, **options): ('ETNA Compute', 'ETNA cluster compute access'), ('EXPLORER Compute', 'EXPLORER cluster compute access'), ('HBAR Compute', 'HBAR cluster compute access'), + ('HEP Compute', 'HEP cluster compute access'), ('JBEI Compute', 'JBEI cluster compute access'), ('JCAP Compute', 'JCAP cluster compute access'), ('JGI Compute', 'JGI cluster compute access'),