aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-25 11:18:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-25 11:18:27 -0300
commit37867232bdcb373b41bd9b416e3c0f6ab413b477 (patch)
treeac0dd6d9a86db0179beb4f4baf7812f4debc0732 /lib
parent97239bea4ce51cdb25584580e20b75545ecb84c2 (diff)
downloadhydra-37867232bdcb373b41bd9b416e3c0f6ab413b477.tar.gz
hydra-37867232bdcb373b41bd9b416e3c0f6ab413b477.tar.bz2
Adds hydractl yaml-param
Diffstat (limited to 'lib')
-rw-r--r--lib/hydra/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy
index b985aa8..3335686 100644
--- a/lib/hydra/deploy
+++ b/lib/hydra/deploy
@@ -245,7 +245,7 @@ function hydra_deploy_copy {
function hydra_deploy_facts_setup {
echo "Setting up custom facts..."
- ROLE="`hydra_yaml_param nodo::role $HYDRA_FOLDER/puppet/config/node/$FQDN.yaml`"
+ ROLE="`hydra_yaml_param nodo::role $HYDRA_FOLDER/puppet/config/node/$FQDN.yaml`"
LOCATION="`hydra_yaml_param nodo::location $HYDRA_FOLDER/puppet/config/node/$FQDN.yaml`"
if [ -z "$ROLE" ]; then