Update key list
This commit is contained in:
parent
c870b695dc
commit
302db06b9c
1 changed files with 4 additions and 4 deletions
8
manifest
8
manifest
|
|
@ -24,10 +24,10 @@ state=$(cat "$__object/parameter/state")
|
|||
|
||||
|
||||
################################################################################
|
||||
# not at ungleich GmbH (anymore)
|
||||
# not at ungleich (anymore)
|
||||
#
|
||||
set --
|
||||
for key in dave henk tobias carlos moep; do
|
||||
for key in dave henk tobias carlos moep kamila kamila-phone; do
|
||||
keyfile="$__type/files/${key}.pub"
|
||||
set -- "$@" --key
|
||||
set -- "$@" "$(echo $(cat "$keyfile"))"
|
||||
|
|
@ -37,10 +37,10 @@ __ssh_authorized_keys "ungleich-staff-absent-$user" \
|
|||
--owner "$user" --state absent "$@"
|
||||
|
||||
################################################################################
|
||||
# currently at ungleich GmbH
|
||||
# currently at ungleich
|
||||
#
|
||||
set --
|
||||
for key in nico dominique kamila kamila-phone poljakowski youngjin; do
|
||||
for key in jinguk nico dominique poljakowski youngjin; do
|
||||
keyfile="$__type/files/${key}.pub"
|
||||
|
||||
set -- "$@" --key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue