Skip to content

Commit

Permalink
feat(map.jinja): split osfingermap.yaml under parameters/osfinger/
Browse files Browse the repository at this point in the history
  • Loading branch information
baby-gnu committed Mar 24, 2020
1 parent 4255397 commit 365f711
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 22 deletions.
22 changes: 0 additions & 22 deletions libvirt/osfingermap.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions libvirt/parameters/osfinger/CentOS Linux-7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
#
# Setup variables specific to salt['config.get']('osfinger') == CentOS Linux-7.
# You just need to add the key:values for this `osfinger` that differ
# from `defaults.yaml`.
#
# If you do not need to provide defaults via the `osfinger` config,
# you can remove this file or provide at least an empty dict, e.g.
# values: {}
---
values:
python2_pkg: libvirt-python
python3_pkg: ~
...
15 changes: 15 additions & 0 deletions libvirt/parameters/osfinger/Ubuntu-16.04.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
#
# Setup variables specific to salt['config.get']('osfinger') == Ubuntu-16.04.
# You just need to add the key:values for this `osfinger` that differ
# from `defaults.yaml`.
#
# If you do not need to provide defaults via the `osfinger` config,
# you can remove this file or provide at least an empty dict, e.g.
# values: {}
---
values:
libvirt_pkg: libvirt-bin
libvirt_service: libvirt-bin
...

0 comments on commit 365f711

Please sign in to comment.