dotfiles/salt
2020-08-13 09:22:36 +02:00
..
pillars added pint to default install 2020-08-13 09:22:36 +02:00
states moved borg.sh from salt to dotf file 2020-08-10 14:28:22 +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}"
}