Skip to content

Commit

Permalink
should check for pun_pre_hook_root_cmd not rnode_uri here (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Jun 14, 2021
1 parent b6d99d6 commit ca103d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/ood_portal.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ pun_max_retries: {{ pun_max_retries }}
# Example:
# pun_pre_hook_root_cmd: '/opt/hpc-site/ood_pun_prehook'
# Default: null (do not run any PUN pre hook as root)
{% if rnode_uri is defined %}pun_pre_hook_root_cmd: '{{ pun_pre_hook_root_cmd }}'
{% if pun_pre_hook_root_cmd is defined %}pun_pre_hook_root_cmd: '{{ pun_pre_hook_root_cmd }}'
{% else %}# pun_pre_hook_root_cmd: null
{% endif %}

Expand Down Expand Up @@ -526,4 +526,4 @@ oidc_settings:
# frontend:
# theme: ondemand
# dir: /usr/share/ondemand-dex/web
{% endif %}
{% endif %}

0 comments on commit ca103d3

Please sign in to comment.