commit | d68d186a3d299a54be0befcdba44d3209a0fe101 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Jan 23 15:27:32 2018 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Jan 23 15:27:32 2018 +0100 |
tree | a9245a78ef0a5747483b06d1a60013110cc8f647 | |
parent | 7c5dfd3616ca967d55c4172e69a14e1dec185cda [diff] |
Fix typo in resource Change-Id: I569157947ad963fae9de9a7e97551d3ef67c546c
diff --git a/salt/minion/service.sls b/salt/minion/service.sls index b3df60a..2d03c62 100644 --- a/salt/minion/service.sls +++ b/salt/minion/service.sls
@@ -73,7 +73,7 @@ {%- elif dependency.get('engine', 'pkg') == 'pip' %} {%- if dependency.get('pkgs') %} salt_minion_{{ service_name }}_dependencies: - pip.installed: + pkg.installed: - names: {{ dependency.get('pkgs') }} - onchanges_in: - cmd: salt_minion_service_restart