View difference between Paste ID: ekJhCpeg and r7Ug9Lti
SHOW: | | - or go back to the newest paste.
1
uwsgi-packages:
2
  pkg.installed:
3
    - names:
4
      - python-dev
5
      - python-pip
6
7
uwsgi:
8
  pip.installed:
9
    - pkgs:
10
        uwsgi
11
    - require:
12
      - pkg: python-dev
13-
      - pkg: python-pip
13+
      - pkg: python-pip
14
15
16
----------
17
          ID: uwsgi-packages
18
    Function: pkg.installed
19
        Name: python-pip
20
      Result: True
21
     Comment: Package python-pip is already installed
22
     Changes:   
23
----------
24
          ID: uwsgi-packages
25
    Function: pkg.installed
26
        Name: python-dev
27
      Result: True
28
     Comment: Package python-dev is already installed
29
     Changes:   
30
----------
31
          ID: uwsgi
32
    Function: pip.installed
33
      Result: False
34
     Comment: State pip.installed found in sls uwsgi is unavailable
35
     Changes:   
36
----------