From 9a54dfbce5ffcd9de2ed153656176f3fb9ca1af1 Mon Sep 17 00:00:00 2001 From: Simonas Narbutas Date: Tue, 24 Jul 2018 16:58:20 +0200 Subject: [PATCH] mv eyaml config to repo --- .yadm/alt/.zshrc##Linux | 9 ++------- .yadm/alt/config.yaml##Linux.epiphanius | 3 +++ 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 .yadm/alt/config.yaml##Linux.epiphanius diff --git a/.yadm/alt/.zshrc##Linux b/.yadm/alt/.zshrc##Linux index 94404a1..9ae8da3 100644 --- a/.yadm/alt/.zshrc##Linux +++ b/.yadm/alt/.zshrc##Linux @@ -143,11 +143,6 @@ done eval "$(<~/.ssh/agent)" # The next line updates PATH for the Google Cloud SDK. -if [ -f /home/snarbutas/google-cloud-sdk/path.zsh.inc ]; then - source '/home/snarbutas/google-cloud-sdk/path.zsh.inc' +if [ -f /opt/google-cloud-sdk/path.zsh.inc ]; then + source '/opt/google-cloud-sdk/path.zsh.inc' fi - -# The next line enables shell command completion for gcloud. -#if [ -f /home/snarbutas/google-cloud-sdk/completion.zsh.inc ]; then -# source '/home/snarbutas/google-cloud-sdk/completion.zsh.inc' -#fi diff --git a/.yadm/alt/config.yaml##Linux.epiphanius b/.yadm/alt/config.yaml##Linux.epiphanius new file mode 100644 index 0000000..a4f3352 --- /dev/null +++ b/.yadm/alt/config.yaml##Linux.epiphanius @@ -0,0 +1,3 @@ +--- +pkcs7_public_key: '/home/snarbutas/.eyaml/hiera_public_key.pkcs7.pem' +pkcs7_private_key: '/home/snarbutas/.eyaml/hiera_private_key.pkcs7.pem'