Skip to content

Instantly share code, notes, and snippets.

@douglasmiller
Last active January 13, 2017 19:01
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 douglasmiller/25f782cfefcc68e02761d2208dc6e7d6 to your computer and use it in GitHub Desktop.
Save douglasmiller/25f782cfefcc68e02761d2208dc6e7d6 to your computer and use it in GitHub Desktop.
salt-call state.sls packages.baser
local:
----------
ID: required-packages
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 13:00:31.176915
Duration: 334.919 ms
Changes:
----------
ID: python-pip
Function: pkg.installed
Result: True
Comment: Package python-pip is already installed
Started: 13:00:31.511986
Duration: 3.436 ms
Changes:
----------
ID: boto
Function: pip.installed
Name: boto >= 2.6
Result: True
Comment: Python package boto >= 2.6 was already installed
All packages were successfully installed
Started: 13:00:31.564667
Duration: 484.719 ms
Changes:
Summary for local
------------
Succeeded: 3
Failed: 0
------------
Total states run: 3
Total run time: 823.074 ms
required-packages:
pkg.installed:
- pkgs:
- curl
- python-pip
python-pip:
pkg.installed
boto:
pip.installed:
- order: last
- name: boto >= 2.6
- require:
- pkg: python-pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment