Skip to content

Commit 3b88110

Browse files
committed
feat: add external nodes config
1 parent ba0fa6e commit 3b88110

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -e
3+
4+
if [ -n "${EXTERNAL_NODES}" ]; then
5+
puppet config set external_nodes "$EXTERNAL_NODES" --section server
6+
puppet config set node_terminus exec --section server
7+
fi

0 commit comments

Comments
 (0)