Skip to content

Commit

Permalink
Merge pull request saltstack-formulas#30 from noelmcloughlin/macos
Browse files Browse the repository at this point in the history
tar is bundled with MacOS. Fix saltstack-formulas#38
  • Loading branch information
javierbertoli authored Oct 3, 2018
2 parents 70e39f7 + c995c43 commit 7030ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/archives.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: ft=sls
{% from "packages/map.jinja" import packages with context %}
{% set req_packages = packages.pkgs.required.pkgs + ['curl', 'tar', 'bzip2', 'gzip',] %}
{% set req_packages = packages.pkgs.required.pkgs + packages.archives.pkgs.required %}
include:
- packages.pkgs
Expand Down
2 changes: 2 additions & 0 deletions packages/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ packages:
states: []
pkgs: []
archives:
pkgs:
required: ['curl', 'bzip2', 'gzip']
types: ('tar','zip', 'rar',)
wanted: {} #note: dict
unwanted: []
Expand Down

0 comments on commit 7030ae1

Please sign in to comment.