0

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

vim:
  pkg.installed

I mean without creating an sls file?

guettli
  • 3,113
  • 14
  • 59
  • 110

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
  • 6
  • 23