dotfiles/salt
2020-08-07 10:55:01 +02:00
..
pillars typo in include statement 2020-08-07 10:55:01 +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}"
}