0

Is it possible to call this state via salt-ssh directly?

vim:
  pkg.installed

I mean without creating an sls file?

guettli
  • 3,591
  • 17
  • 72
  • 123

1 Answers1

1

I don't know about salt-ssh but with a salt-minion you can use this command

salt 'minion' state.single pkg.installed name=vim
daks
  • 673
  • 7
  • 25