Skip to content

Commit

Permalink
Merge pull request #40 from eole/feature/support-gentoo
Browse files Browse the repository at this point in the history
feat(platform): support the Gentoo distributions
  • Loading branch information
baby-gnu authored Apr 26, 2021
2 parents a914d05 + a0f2701 commit b4158aa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cert/parameters/os_family/Gentoo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
#
# Set values specific to:
# salt['config.get']('os_family') == Gentoo.
#
# You just need to add the key:values for this `os_family` that differ
# from `defaults.yaml` + `<osarch>.yaml`.
#
# If you do not need to provide defaults via the `os_family` config,
# you can remove this file or provide at least an empty dict, e.g.
# values: {}
---
values:
pkgs:
- "app-misc/ca-certificates"
...
2 changes: 2 additions & 0 deletions test/integration/default/files/_mapdata/gentoo-2-sysd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ values:
- C@cert:lookup
- C@cert
- Y:G@id
pkgs:
- app-misc/ca-certificates
remove: false
2 changes: 2 additions & 0 deletions test/integration/default/files/_mapdata/gentoo-2-sysv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ values:
- C@cert:lookup
- C@cert
- Y:G@id
pkgs:
- app-misc/ca-certificates
remove: false

0 comments on commit b4158aa

Please sign in to comment.