]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix folder creation at eyaml
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2016 21:05:54 +0000 (18:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2016 21:05:54 +0000 (18:05 -0300)
share/hydra/eyaml

index 9e751331633f0b8d33ccdeb14181969bb3f32e22..d6c020fcef600c733dd9509a0526255ca0c803ff 100755 (executable)
@@ -39,7 +39,7 @@ if [ -z "$NODE" ]; then
 fi
 
 # Ensure keystore exists
-mkdir -p $HYDRA_FOLDER/keys/$FQDN/eyaml
+mkdir -p $HYDRA_FOLDER/puppet/keys/$FQDN/eyaml
 
 # Set pub and privkey paths
 PRIV="$HYDRA_FOLDER/puppet/keys/$FQDN/eyaml/private_key.pkcs7.pem"