diff options
| -rw-r--r-- | doc/todo.rst | 1 | ||||
| -rwxr-xr-x | share/hydra/import-keys | 4 | 
2 files changed, 0 insertions, 5 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index af36409..7351c87 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -7,6 +7,5 @@ TODO      - fqdn match via local config lookup.      - fact collection.      - lockfile. -    - ssh privkeys.      - check hostname and required node configuration.      - log applied version and date (in the node and in the repo). diff --git a/share/hydra/import-keys b/share/hydra/import-keys index 09c5a5c..cf858c2 100755 --- a/share/hydra/import-keys +++ b/share/hydra/import-keys @@ -88,10 +88,6 @@ fi  # Deploy  for node in $NODES; do -  if [ ! -z "$HOST" ]; then -    node="$HOST" -  fi -    hostname="`hydra_get_fqdn_from_nodename $node`"    # Import OpenPGP keypair  | 
