up2date
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Managed by Salt
|
||||
{% set comments = pillar['authorized_keys'].keys()|sort -%}
|
||||
{% set comments = pillar['global_authorized_keys'].keys()|sort -%}
|
||||
{% for comment in comments -%}
|
||||
{% set keydata = pillar['authorized_keys'][comment] -%}
|
||||
{% set keydata = pillar['global_authorized_keys'][comment] -%}
|
||||
{{keydata}} {{comment}}
|
||||
{% endfor -%}
|
||||
|
||||
@@ -73,5 +73,7 @@ if [ $(id -u) -gt 0 ]; then
|
||||
alias fab='sudo fab'
|
||||
fi
|
||||
|
||||
alias random='< /dev/urandom tr -dc A-Za-z0-9 | head -c${1:-32};echo'
|
||||
|
||||
# https://git.keiran.us/config-mgmt/puppet/raw/commit/09158fc579f5ee2c00f395971d8c986e3ec08788/modules/keir/files/bash/bashrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user