dotfiles/salt
2020-08-03 14:30:59 +02:00
..
pillars added GNOME Shell integration addon 2020-08-03 14:30:59 +02:00
states removed removal of nonexisting tempfile 2020-08-03 12:31:26 +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}"
}