dotfiles/salt
2020-08-07 10:46:55 +02:00
..
pillars removed rocketchat 2020-08-07 10:46:55 +02:00
states changed ms signing key 2020-08-07 10:44:06 +02:00
README.md moved salt from alias to functin, added username pillar 2020-08-01 14:53:37 +02:00

function salt(){
    sudo salt-call --local --file-root "$HOME/salt/states" --pillar-root "$HOME/salt/pillars" "$@" pillar="{username: $USER}"
}