dotfiles/salt
2020-08-03 16:17:17 +02:00
..
pillars changed to manual addon installation 2020-08-03 16:17:17 +02:00
states changed to manual addon installation 2020-08-03 16:17:17 +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}"
}