summaryrefslogtreecommitdiffstats
path: root/config.d/51node_rhel_base.defconf
diff options
context:
space:
mode:
Diffstat (limited to 'config.d/51node_rhel_base.defconf')
-rw-r--r--config.d/51node_rhel_base.defconf9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.d/51node_rhel_base.defconf b/config.d/51node_rhel_base.defconf
deleted file mode 100644
index 65e98d3..0000000
--- a/config.d/51node_rhel_base.defconf
+++ /dev/null
@@ -1,9 +0,0 @@
-# Hey Emacs, this is a -*- shell-script -*- !!!
-
-node_name_format_rhel_base ()
-{
- local cluster="$1"
- local index="$2"
-
- printf '%sbase%d' "$cluster" "$index"
-}