Skip to content

Commit

Permalink
fix(openbsd): update to provide support for most recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 30, 2021
1 parent 24ebbb4 commit 61201de
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 0 deletions.
6 changes: 6 additions & 0 deletions salt/osmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,11 @@ FreeBSD:
pygit2: py37-pygit2-1.3.0
python_dulwich: py37-dulwich-0.19.16

# If `osfingermap.yaml` is introduced in the future, perhaps better to move to there,
# since this is probably specific to `OpenBSD-6`
OpenBSD:
python_git: py3-GitPython
python_dulwich: py3-dulwich

Windows:
parallel: false # not supported on windows/cygwin
111 changes: 111 additions & 0 deletions test/integration/v3001-py3/files/_mapdata/openbsd-6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
# yamllint disable rule:indentation rule:line-length
# OpenBSD-6
---
values:
formulas_settings:
checkout_orig_branch: false
git_opts:
default:
basedir: /srv/formulas
baseurl: https://github.com/saltstack-formulas
options:
output_loglevel: quiet
rev: master
update: false
list: {}
salt_settings:
api_service: salt-api
api_service_details:
enabled: true
state: running
clean_config_d_dir: true
cloud:
template_sources:
maps: salt://salt/files/cloud.maps.d
profiles: salt://salt/files/cloud.profiles.d
providers: salt://salt/files/cloud.providers.d
config_path: /etc/salt
gitfs:
dulwich:
install_from_source: true
gitpython:
install_from_source: false
pygit2:
git:
install_from_package: git
require_state: false
install_from_source: true
libgit2:
build_parent_dir: /usr/src/
download_hash: 683d1164e361e2a0a8d52652840e2340
install_from_source: true
version: 0.23.0
version: 0.23.0
install_packages: true
master:
ext_pillar:
- cmd_yaml: cat /etc/salt/yaml
- stack:
- /path/to/stack1.cfg
- /path/to/stack2.cfg
- reclass:
inventory_base_uri: /etc/reclass
file_roots:
base:
- /srv/salt
fileserver_backend:
- rootfs
gitfs_provider: gitpython
pillar_roots:
base:
- /srv/pillar
master_config_use_TOFS: false
master_remove_config: false
master_service: salt_master
master_service_details:
enabled: true
state: running
minion:
file_roots:
base:
- /srv/salt
fileserver_backend:
- rootfs
master: localhost
master_type: true
pillar_roots:
base:
- /srv/pillar
minion_config_use_TOFS: false
minion_remove_config: false
minion_service: salt_minion
minion_service_details:
enabled: true
state: running
parallel: true
pin_version: false
pkgrepo: ''
py_ver: py3
python_dulwich: py3-dulwich
python_git: py3-GitPython
release: '3001'
restart_via_at: false
retry_options:
attempts: 2
interval: 10
splay: 10
until: true
rootgroup: root
rootuser: root
salt_api: salt
salt_cloud: salt
salt_master: salt
salt_master_macos_plist_hash: ''
salt_minion: salt
salt_minion_macos_plist_hash: ''
salt_ssh: salt
salt_syndic: salt
ssh_roster: {}
syndic_service: salt-syndic
use_pip: false
version: ''

0 comments on commit 61201de

Please sign in to comment.