common; vimrc

This commit is contained in:
2019-04-12 22:53:25 -04:00
parent 0c72d02792
commit 8c843170d4
7 changed files with 118 additions and 15 deletions

8
common/packages.sls Normal file
View File

@@ -0,0 +1,8 @@
{% from "common/map.jinja" import common with context %}
'base_packages':
pkg.installed:
- pkgs:
{% for package in common['packages'] %}
- {{ package|yaml_encode }}
{% endfor %}