Sha256: 9c2c9f4b01fe05da214a65781dbd5248a979e11f021f12aad8e9fa3c7b6de14a

Contents?: true

Size: 429 Bytes

Versions: 7

Compression:

Stored size: 429 Bytes

Contents

python-software-properties:
  pkg.installed

#python-virtualenv:
  #  pkg.installed:
    #    - name: python-virtualenv
    #  require:
      #    - pkg: python2.7

python2:
  pkg.installed:
    - names:
      - python2.7
      - python-dev
      - python-pip


virtualenv:
  pip:
    - installed
  require:
    - pkg.installed: python2

virtualenvwrapper:
  pip:
    - installed
    - require:
      - pip.installed: virtualenv

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
salted-rails-0.0.9 salt/lang/python/python-libs.sls
salted-rails-0.0.8 salt/lang/python/python-libs.sls
salted-rails-0.0.7 salt/lang/python/python-libs.sls
salted-rails-0.0.6 salt/lang/python/python-libs.sls
salted-rails-0.0.5 salt/lang/python/python-libs.sls
salted-rails-0.0.4 salt/lang/python/python-libs.sls
salted-rails-0.0.2 salt/lang/python/python-libs.sls