dotfiles/salt
Jonas Forsberg a4f24c1eb2
fixed typo
2020-08-02 09:14:28 +02:00
..
pillars moved salt from alias to functin, added username pillar 2020-08-01 14:53:37 +02:00
states fixed typo 2020-08-02 09:14:28 +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}"
}