dotfiles/salt
2021-11-11 16:27:24 +01:00
..
pillars Added shellcheck with vim integration 2020-10-13 08:07:01 +02:00
states replaced GBT with new PS1 2021-11-11 16:27:24 +01: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}"
}