summaryrefslogtreecommitdiffstats
path: root/config.d/51node_rhel_base.defconf
blob: 65e98d3ed5ac49ab8333c2e35094c0bba2667b0c (plain)
1
2
3
4
5
6
7
8
9
# Hey Emacs, this is a -*- shell-script -*- !!!

node_name_format_rhel_base ()
{
    local cluster="$1"
    local index="$2"

    printf '%sbase%d' "$cluster" "$index"
}