dotfiles/salt
2020-08-17 08:44:05 +02:00
..
pillars Merge branch 'master' of ssh://curry.rre.nu:3022/jonas/dotfiles 2020-08-17 08:39:25 +02:00
states added polkit state 2020-08-17 08:44:05 +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}"
}