common; vimrc
This commit is contained in:
8
common/packages.sls
Normal file
8
common/packages.sls
Normal 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 %}
|
||||
Reference in New Issue
Block a user