Advertisement
Guest User

Untitled

a guest
Nov 8th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Install foo1 and foo2:
  2.   pkg.installed:
  3.     - pkgs:
  4.      - foo1
  5.       - foo2
  6.     - order: 1  # add this if you're under 0.17 or state_auto_order: False
  7.  
  8. Remove foo3:
  9.   pkg.removed:
  10.     - pkgs:
  11.      - foo3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement