Skip to content

Instantly share code, notes, and snippets.

@disaster123
Created November 30, 2016 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save disaster123/16e11af89f374ce44741a4dfa4cab2e4 to your computer and use it in GitHub Desktop.
Save disaster123/16e11af89f374ce44741a4dfa4cab2e4 to your computer and use it in GitHub Desktop.
tested with salt 2016.03 and 2016.11:
does not work:
only upgrade toolkit-ph:
pkg.installed:
- name: toolkit-ph
- version: 0.3-3
- install_recommends: False
- only_upgrade: True
works:
only upgrade toolkit-ph:
pkg.installed:
- pkgs:
- toolkit-ph: 0.3-3
- only_upgrade: True
- install_recommends: False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment