Skip to content

Commit

Permalink
fix: update gpg function name
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin.kray@gmail.com>
  • Loading branch information
onedr0p committed Sep 28, 2021
1 parent 85b0ff5 commit 6e71ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config.sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ export BOOTSTRAP_ANSIBLE_CONTROL_NODE_0=""
# export BOOTSTRAP_ANSIBLE_HOST_ADDR_1=""
# export BOOTSTRAP_ANSIBLE_SSH_USERNAME_1=""
# export BOOTSTRAP_ANSIBLE_SUDO_PASSWORD_1=""
# export BOOTSTRAP_ANSIBLE_CONTROL_NODE_1=""
# export BOOTSTRAP_ANSIBLE_CONTROL_NODE_1=""
5 changes: 3 additions & 2 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ main() {
verify_ansible_hosts
verify_metallb
verify_kubevip
verify_gpg_fp
verify_gpg
verify_git_repository
verify_cloudflare
success
Expand Down Expand Up @@ -115,7 +115,7 @@ _has_valid_ip() {
fi
}

verify_gpg_fp() {
verify_gpg() {
_has_envar "BOOTSTRAP_PERSONAL_KEY_FP"
_has_envar "BOOTSTRAP_FLUX_KEY_FP"

Expand Down Expand Up @@ -144,6 +144,7 @@ verify_binaries() {
_has_binary "ipcalc"
_has_binary "jq"
_has_binary "sops"
_has_binary "ssh"
_has_binary "task"
_has_binary "terraform"
}
Expand Down

0 comments on commit 6e71ed1

Please sign in to comment.