tar is bundled with Linux & MacOS. Fix #38

This commit is contained in:
N 2018-10-03 15:45:01 +01:00
parent b7b94a34f3
commit 2c008cdd4f
No known key found for this signature in database
GPG key ID: 93AFB6C0144D1A90
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -34,6 +34,8 @@ packages:
states: []
pkgs: []
archives:
pkgs:
required: ['curl', 'bzip2', 'gzip']
wanted: {} #note: dict
unwanted: []
required: