aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo.rst1
-rw-r--r--lib/hydra/deploy2
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/todo.rst b/doc/todo.rst
index 67f4d66..9c579a9 100644
--- a/doc/todo.rst
+++ b/doc/todo.rst
@@ -6,5 +6,4 @@ TODO
- deploy:
- lockfile.
- error handling.
- - check hostname and required node configuration.
- log applied version and date (in the node and in the repo).
diff --git a/lib/hydra/deploy b/lib/hydra/deploy
index ceacc3e..333f183 100644
--- a/lib/hydra/deploy
+++ b/lib/hydra/deploy
@@ -25,7 +25,7 @@ function hydra_deploy_setup {
FQDN="$(basename `find $HYDRA_FOLDER/puppet/config/node/ -name $NODE'.*' | head -n 1` .yaml)"
# Check for config/node name
- if [ -z "$FQDN" ]; then
+ if [ "$FQDN" == ".yaml" ]; then
echo "Cannot find config for $NODE."
exit 1
fi