Compare commits
95 Commits
v1.5.0
...
libertacas
Author | SHA1 | Date | |
---|---|---|---|
82fb667a88 | |||
23543ffa8b | |||
55d15459bd | |||
![]() |
9c69a4e906 | ||
![]() |
b4a6643cc0 | ||
![]() |
6bb15478a4 | ||
![]() |
2e9b7e31bc | ||
![]() |
8de17fef44 | ||
![]() |
a8de77f213 | ||
![]() |
b5798b0e65 | ||
![]() |
942da02a91 | ||
![]() |
9b940e7326 | ||
![]() |
b2dec5c5c4 | ||
![]() |
da3e183fd3 | ||
![]() |
aca894188e | ||
![]() |
e5272179bc | ||
![]() |
76fd23caf8 | ||
![]() |
ee751e6347 | ||
![]() |
83d02a5d90 | ||
![]() |
853a468039 | ||
![]() |
3bebebe5d3 | ||
![]() |
98a07b87a6 | ||
![]() |
fc295f8666 | ||
![]() |
3499462441 | ||
![]() |
1c6dc43cd0 | ||
![]() |
7890c4ebbf | ||
![]() |
4b35771c6b | ||
![]() |
d3fcb76dd9 | ||
![]() |
39f7fac9d2 | ||
![]() |
01508e0596 | ||
![]() |
3f47a9f765 | ||
![]() |
15da15870d | ||
![]() |
e244698615 | ||
![]() |
50ac4bfc22 | ||
![]() |
f89809615c | ||
![]() |
ef1e8092a6 | ||
![]() |
28cba7ce86 | ||
![]() |
b232bac5e4 | ||
![]() |
f91563e07b | ||
![]() |
67e565f5e2 | ||
![]() |
9c3c248385 | ||
![]() |
3def498662 | ||
![]() |
7cdf350f46 | ||
![]() |
8770505ce5 | ||
![]() |
f1592024d5 | ||
![]() |
8befefcfbe | ||
![]() |
bd3ac69984 | ||
![]() |
2e98aed831 | ||
![]() |
de08077614 | ||
![]() |
4f5447451d | ||
![]() |
7eb3a23543 | ||
![]() |
ae4b7a9782 | ||
![]() |
37e0b20ee7 | ||
![]() |
d52f9c6d41 | ||
![]() |
a83c25d16f | ||
![]() |
25cf97c61f | ||
![]() |
4e5af9875a | ||
![]() |
239e59fdb0 | ||
![]() |
1e5cff3a75 | ||
![]() |
e57b0a3c2c | ||
![]() |
ec2ace5a37 | ||
![]() |
def69936b4 | ||
![]() |
5cda36d5c6 | ||
![]() |
4ff608c030 | ||
![]() |
447c78efc0 | ||
![]() |
60357cabb8 | ||
![]() |
ded03de05e | ||
![]() |
4df56ed5f6 | ||
![]() |
085b7ed115 | ||
![]() |
016910e3be | ||
![]() |
2699663eec | ||
![]() |
a13f97e874 | ||
![]() |
2f62f6fa4e | ||
![]() |
3ee8f6a934 | ||
![]() |
55939d5cd1 | ||
![]() |
d32cd2c8ed | ||
![]() |
997e3056bd | ||
![]() |
ee4d81d803 | ||
![]() |
95c429982c | ||
![]() |
f8e4ba0e88 | ||
![]() |
6b2ee60f3c | ||
![]() |
d7479bc64d | ||
![]() |
fbf2518455 | ||
![]() |
1f6f0bbec3 | ||
![]() |
e59d88e705 | ||
![]() |
368ca34fab | ||
![]() |
c83e2c63b1 | ||
![]() |
c22aba797e | ||
![]() |
9b05109c28 | ||
![]() |
9964b38aa3 | ||
![]() |
9b6a34f341 | ||
![]() |
c000a106bf | ||
![]() |
c7a0c3c3ea | ||
![]() |
f55d5128ab | ||
![]() |
4891bf6e77 |
8
.github/workflows/kitchen.vagrant.yml
vendored
8
.github/workflows/kitchen.vagrant.yml
vendored
@ -15,11 +15,9 @@ jobs:
|
||||
matrix:
|
||||
instance:
|
||||
- freebsd-freebsd-130-master-py3
|
||||
- freebsd-freebsd-122-master-py3
|
||||
- freebsd-freebsd-114-master-py3
|
||||
# - freebsd-freebsd-130-3002-6-py3
|
||||
# - freebsd-freebsd-122-3002-6-py3
|
||||
# - freebsd-freebsd-114-3002-6-py3
|
||||
- freebsd-freebsd-123-master-py3
|
||||
# - freebsd-freebsd-130-3004-0-py3
|
||||
# - freebsd-freebsd-123-3004-0-py3
|
||||
steps:
|
||||
- name: 'Check out code'
|
||||
uses: 'actions/checkout@v2'
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -127,6 +127,7 @@ tmp/
|
||||
# `salt-formula` -- Vagrant Specific files
|
||||
.vagrant
|
||||
top.sls
|
||||
!test/salt/pillar/top.sls
|
||||
|
||||
# `suricata-formula` -- Platform binaries
|
||||
*.rpm
|
||||
|
115
.gitlab-ci.yml
115
.gitlab-ci.yml
@ -102,7 +102,7 @@ rubocop:
|
||||
###############################################################################
|
||||
# Define `test` template
|
||||
###############################################################################
|
||||
.test_instance:
|
||||
.test_instance: &test_instance
|
||||
stage: *stage_test
|
||||
image: *image_dindruby
|
||||
services: *services_docker_dind
|
||||
@ -117,91 +117,78 @@ rubocop:
|
||||
# Alternative value to consider: `${CI_JOB_NAME}`
|
||||
- 'bin/kitchen verify "${DOCKER_ENV_CI_JOB_NAME}"'
|
||||
|
||||
###############################################################################
|
||||
# Define `test` template (`allow_failure: true`)
|
||||
###############################################################################
|
||||
.test_instance_failure_permitted:
|
||||
<<: *test_instance
|
||||
allow_failure: true
|
||||
|
||||
###############################################################################
|
||||
# `test` stage: each instance below uses the `test` template above
|
||||
###############################################################################
|
||||
## Define the rest of the matrix based on Kitchen testing
|
||||
# Make sure the instances listed below match up with
|
||||
# the `platforms` defined in `kitchen.yml`
|
||||
# yamllint disable rule:line-length
|
||||
# debian-debian-11-tiamat-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-tiamat-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-tiamat-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2204-tiamat-py3: {extends: '.test_instance_failure_permitted'}
|
||||
# ubuntu-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-tiamat-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1604-tiamat-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-8-tiamat-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-stream8-tiamat-py3: {extends: '.test_instance_failure_permitted'}
|
||||
# redhat-centos-7-tiamat-py3: {extends: '.test_instance'}
|
||||
# redhat-amazonlinux-2-tiamat-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-8-tiamat-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-7-tiamat-py3: {extends: '.test_instance'}
|
||||
# redhat-almalinux-8-tiamat-py3: {extends: '.test_instance'}
|
||||
# redhat-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
|
||||
debian-debian-11-master-py3: {extends: '.test_instance'}
|
||||
debian-debian-10-master-py3: {extends: '.test_instance'}
|
||||
debian-debian-9-master-py3: {extends: '.test_instance'}
|
||||
ubuntu-ubuntu-2204-master-py3: {extends: '.test_instance_failure_permitted'}
|
||||
ubuntu-ubuntu-2004-master-py3: {extends: '.test_instance'}
|
||||
ubuntu-ubuntu-1804-master-py3: {extends: '.test_instance'}
|
||||
ubuntu-ubuntu-1604-master-py3: {extends: '.test_instance'}
|
||||
redhat-centos-8-master-py3: {extends: '.test_instance'}
|
||||
redhat-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
|
||||
redhat-centos-7-master-py3: {extends: '.test_instance'}
|
||||
redhat-fedora-34-master-py3: {extends: '.test_instance'}
|
||||
redhat-fedora-33-master-py3: {extends: '.test_instance'}
|
||||
redhat-fedora-32-master-py3: {extends: '.test_instance'}
|
||||
suse-opensuse-leap-152-master-py3: {extends: '.test_instance'}
|
||||
suse-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
|
||||
redhat-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
|
||||
redhat-fedora-35-master-py3: {extends: '.test_instance'}
|
||||
suse-opensuse-leap-154-master-py3: {extends: '.test_instance'}
|
||||
suse-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
|
||||
redhat-amazonlinux-2-master-py3: {extends: '.test_instance'}
|
||||
redhat-oraclelinux-8-master-py3: {extends: '.test_instance'}
|
||||
redhat-oraclelinux-7-master-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3003-0-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3003-0-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3003-0-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3003-0-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-8-3003-0-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-7-3003-0-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-34-3003-0-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-33-3003-0-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-32-3003-0-py3: {extends: '.test_instance'}
|
||||
# redhat-amazonlinux-2-3003-0-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-8-3003-0-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-7-3003-0-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3002-6-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3002-6-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3002-6-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1604-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-8-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-7-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-34-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-33-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-32-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat-amazonlinux-2-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-8-3002-6-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-7-3002-6-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3002-2-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3002-2-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3001-7-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3001-7-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3001-7-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3001-7-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1604-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-8-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-7-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-34-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-33-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-32-3001-7-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3001-7-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat-amazonlinux-2-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-8-3001-7-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-7-3001-7-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3000-9-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3000-9-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3000-9-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1604-3000-9-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-8-3000-9-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-7-3000-9-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-152-3000-9-py3: {extends: '.test_instance'}
|
||||
# redhat-amazonlinux-2-3000-9-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-8-3000-9-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-7-3000-9-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3000-9-py2: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1604-3000-9-py2: {extends: '.test_instance'}
|
||||
redhat-almalinux-8-master-py3: {extends: '.test_instance'}
|
||||
redhat-rockylinux-8-master-py3: {extends: '.test_instance'}
|
||||
# debian-debian-11-3004-1-py3: {extends: '.test_instance'}
|
||||
# debian-debian-10-3004-1-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3004-1-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2204-3004-1-py3: {extends: '.test_instance_failure_permitted'}
|
||||
# ubuntu-ubuntu-2004-3004-1-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3004-1-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-stream8-3004-1-py3: {extends: '.test_instance_failure_permitted'}
|
||||
# redhat-centos-7-3004-1-py3: {extends: '.test_instance'}
|
||||
# redhat-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
|
||||
# redhat-fedora-35-3004-1-py3: {extends: '.test_instance'}
|
||||
# redhat-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
|
||||
# redhat-almalinux-8-3004-1-py3: {extends: '.test_instance'}
|
||||
# redhat-rockylinux-8-3004-1-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-leap-154-3004-0-py3: {extends: '.test_instance'}
|
||||
# suse-opensuse-tmbl-latest-3004-0-py3: {extends: '.test_instance_failure_permitted'}
|
||||
# debian-debian-10-3003-4-py3: {extends: '.test_instance'}
|
||||
# debian-debian-9-3003-4-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-2004-3003-4-py3: {extends: '.test_instance'}
|
||||
# ubuntu-ubuntu-1804-3003-4-py3: {extends: '.test_instance'}
|
||||
# redhat-centos-stream8-3003-4-py3: {extends: '.test_instance_failure_permitted'}
|
||||
# redhat-centos-7-3003-4-py3: {extends: '.test_instance'}
|
||||
# redhat-amazonlinux-2-3003-4-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
|
||||
# redhat-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
|
||||
# redhat-almalinux-8-3003-4-py3: {extends: '.test_instance'}
|
||||
# yamllint enable rule:line-length
|
||||
|
||||
###############################################################################
|
||||
# `release` stage: `semantic-release`
|
||||
|
@ -3,6 +3,18 @@
|
||||
---
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
ci:
|
||||
autofix_commit_msg: |
|
||||
ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks
|
||||
|
||||
For more information, see https://pre-commit.ci
|
||||
autofix_prs: true
|
||||
autoupdate_branch: ''
|
||||
autoupdate_commit_msg: |
|
||||
ci(pre-commit.ci): perform `pre-commit` autoupdate
|
||||
autoupdate_schedule: quarterly
|
||||
skip: []
|
||||
submodules: false
|
||||
default_stages: [commit]
|
||||
repos:
|
||||
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook
|
||||
@ -18,7 +30,7 @@ repos:
|
||||
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
|
||||
always_run: true
|
||||
- repo: https://github.com/rubocop-hq/rubocop
|
||||
rev: v1.9.1
|
||||
rev: v1.30.1
|
||||
hooks:
|
||||
- id: rubocop
|
||||
name: Check Ruby files with rubocop
|
||||
@ -26,14 +38,14 @@ repos:
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.7.1.1
|
||||
rev: v0.8.0.4
|
||||
hooks:
|
||||
- id: shellcheck
|
||||
name: Check shell scripts with shellcheck
|
||||
files: ^.*\.(sh|bash|ksh)$
|
||||
types: []
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.23.0
|
||||
rev: v1.26.3
|
||||
hooks:
|
||||
- id: yamllint
|
||||
name: Check YAML syntax with yamllint
|
||||
@ -41,7 +53,7 @@ repos:
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
- repo: https://github.com/warpnet/salt-lint
|
||||
rev: v0.3.0
|
||||
rev: v0.8.0
|
||||
hooks:
|
||||
- id: salt-lint
|
||||
name: Check Salt files using salt-lint
|
||||
@ -52,3 +64,14 @@ repos:
|
||||
- id: rstcheck
|
||||
name: Check reST files using rstcheck
|
||||
exclude: 'docs/CHANGELOG.rst'
|
||||
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
|
||||
rev: v1.3.2
|
||||
hooks:
|
||||
- id: rst-lint
|
||||
name: Check reST files using rst-lint
|
||||
exclude: |
|
||||
(?x)^(
|
||||
docs/CHANGELOG.rst|
|
||||
docs/TOFS_pattern.rst|
|
||||
)$
|
||||
additional_dependencies: [pygments==2.9.0]
|
||||
|
@ -16,4 +16,8 @@ Security/YAMLLoad:
|
||||
Exclude:
|
||||
- test/integration/**/_mapdata.rb
|
||||
|
||||
# General settings across all cops in this formula
|
||||
AllCops:
|
||||
NewCops: enable
|
||||
|
||||
# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`
|
||||
|
102
.travis.yml
102
.travis.yml
@ -83,85 +83,63 @@ jobs:
|
||||
## Define the rest of the matrix based on Kitchen testing
|
||||
# Make sure the instances listed below match up with
|
||||
# the `platforms` defined in `kitchen.yml`
|
||||
# - env: INSTANCE=debian-debian-11-tiamat-py3
|
||||
# - env: INSTANCE=debian-debian-10-tiamat-py3
|
||||
# - env: INSTANCE=debian-debian-9-tiamat-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2204-tiamat-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-tiamat-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-tiamat-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1604-tiamat-py3
|
||||
# - env: INSTANCE=redhat-centos-8-tiamat-py3
|
||||
# - env: INSTANCE=redhat-centos-stream8-tiamat-py3
|
||||
# - env: INSTANCE=redhat-centos-7-tiamat-py3
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-tiamat-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-8-tiamat-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-7-tiamat-py3
|
||||
# - env: INSTANCE=redhat-almalinux-8-tiamat-py3
|
||||
# - env: INSTANCE=redhat-rockylinux-8-tiamat-py3
|
||||
- env: INSTANCE=debian-debian-11-master-py3
|
||||
- env: INSTANCE=debian-debian-10-master-py3
|
||||
- env: INSTANCE=debian-debian-9-master-py3
|
||||
- env: INSTANCE=ubuntu-ubuntu-2204-master-py3
|
||||
- env: INSTANCE=ubuntu-ubuntu-2004-master-py3
|
||||
- env: INSTANCE=ubuntu-ubuntu-1804-master-py3
|
||||
- env: INSTANCE=ubuntu-ubuntu-1604-master-py3
|
||||
- env: INSTANCE=redhat-centos-8-master-py3
|
||||
- env: INSTANCE=redhat-centos-stream8-master-py3
|
||||
- env: INSTANCE=redhat-centos-7-master-py3
|
||||
- env: INSTANCE=redhat-fedora-34-master-py3
|
||||
- env: INSTANCE=redhat-fedora-33-master-py3
|
||||
- env: INSTANCE=redhat-fedora-32-master-py3
|
||||
- env: INSTANCE=suse-opensuse-leap-152-master-py3
|
||||
- env: INSTANCE=redhat-fedora-36-master-py3
|
||||
- env: INSTANCE=redhat-fedora-35-master-py3
|
||||
- env: INSTANCE=suse-opensuse-leap-154-master-py3
|
||||
- env: INSTANCE=suse-opensuse-tmbl-latest-master-py3
|
||||
- env: INSTANCE=redhat-amazonlinux-2-master-py3
|
||||
- env: INSTANCE=redhat-oraclelinux-8-master-py3
|
||||
- env: INSTANCE=redhat-oraclelinux-7-master-py3
|
||||
# - env: INSTANCE=debian-debian-10-3003-0-py3
|
||||
# - env: INSTANCE=debian-debian-9-3003-0-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3003-0-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3003-0-py3
|
||||
# - env: INSTANCE=redhat-centos-8-3003-0-py3
|
||||
# - env: INSTANCE=redhat-centos-7-3003-0-py3
|
||||
# - env: INSTANCE=redhat-fedora-34-3003-0-py3
|
||||
# - env: INSTANCE=redhat-fedora-33-3003-0-py3
|
||||
# - env: INSTANCE=redhat-fedora-32-3003-0-py3
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-3003-0-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-8-3003-0-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-7-3003-0-py3
|
||||
# - env: INSTANCE=debian-debian-10-3002-6-py3
|
||||
# - env: INSTANCE=debian-debian-9-3002-6-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3002-6-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3002-6-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1604-3002-6-py3
|
||||
# - env: INSTANCE=redhat-centos-8-3002-6-py3
|
||||
# - env: INSTANCE=redhat-centos-7-3002-6-py3
|
||||
# - env: INSTANCE=redhat-fedora-34-3002-6-py3
|
||||
# - env: INSTANCE=redhat-fedora-33-3002-6-py3
|
||||
# - env: INSTANCE=redhat-fedora-32-3002-6-py3
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-3002-6-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-8-3002-6-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-7-3002-6-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3002-2-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3002-2-py3
|
||||
# - env: INSTANCE=debian-debian-10-3001-7-py3
|
||||
# - env: INSTANCE=debian-debian-9-3001-7-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3001-7-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3001-7-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1604-3001-7-py3
|
||||
# - env: INSTANCE=redhat-centos-8-3001-7-py3
|
||||
# - env: INSTANCE=redhat-centos-7-3001-7-py3
|
||||
# - env: INSTANCE=redhat-fedora-34-3001-7-py3
|
||||
# - env: INSTANCE=redhat-fedora-33-3001-7-py3
|
||||
# - env: INSTANCE=redhat-fedora-32-3001-7-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3001-7-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3001-7-py3
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-3001-7-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-8-3001-7-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-7-3001-7-py3
|
||||
# - env: INSTANCE=debian-debian-10-3000-9-py3
|
||||
# - env: INSTANCE=debian-debian-9-3000-9-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3000-9-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1604-3000-9-py3
|
||||
# - env: INSTANCE=redhat-centos-8-3000-9-py3
|
||||
# - env: INSTANCE=redhat-centos-7-3000-9-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-152-3000-9-py3
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-3000-9-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-8-3000-9-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-7-3000-9-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3000-9-py2
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1604-3000-9-py2
|
||||
- env: INSTANCE=redhat-almalinux-8-master-py3
|
||||
- env: INSTANCE=redhat-rockylinux-8-master-py3
|
||||
# - env: INSTANCE=debian-debian-11-3004-1-py3
|
||||
# - env: INSTANCE=debian-debian-10-3004-1-py3
|
||||
# - env: INSTANCE=debian-debian-9-3004-1-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2204-3004-1-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3004-1-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3004-1-py3
|
||||
# - env: INSTANCE=redhat-centos-stream8-3004-1-py3
|
||||
# - env: INSTANCE=redhat-centos-7-3004-1-py3
|
||||
# - env: INSTANCE=redhat-fedora-36-3004-1-py3
|
||||
# - env: INSTANCE=redhat-fedora-35-3004-1-py3
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-3004-1-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-8-3004-1-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-7-3004-1-py3
|
||||
# - env: INSTANCE=redhat-almalinux-8-3004-1-py3
|
||||
# - env: INSTANCE=redhat-rockylinux-8-3004-1-py3
|
||||
# - env: INSTANCE=suse-opensuse-leap-154-3004-0-py3
|
||||
# - env: INSTANCE=suse-opensuse-tmbl-latest-3004-0-py3
|
||||
# - env: INSTANCE=debian-debian-10-3003-4-py3
|
||||
# - env: INSTANCE=debian-debian-9-3003-4-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-2004-3003-4-py3
|
||||
# - env: INSTANCE=ubuntu-ubuntu-1804-3003-4-py3
|
||||
# - env: INSTANCE=redhat-centos-stream8-3003-4-py3
|
||||
# - env: INSTANCE=redhat-centos-7-3003-4-py3
|
||||
# - env: INSTANCE=redhat-amazonlinux-2-3003-4-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-8-3003-4-py3
|
||||
# - env: INSTANCE=redhat-oraclelinux-7-3003-4-py3
|
||||
# - env: INSTANCE=redhat-almalinux-8-3003-4-py3
|
||||
|
||||
## Define the release stage that runs `semantic-release`
|
||||
- stage: 'release'
|
||||
|
14
.yamllint
14
.yamllint
@ -5,13 +5,15 @@
|
||||
extends: 'default'
|
||||
|
||||
# Files to ignore completely
|
||||
# 1. All YAML files under directory `.cache/`, introduced during the GitLab CI run
|
||||
# 2. All YAML files under directory `.git/`
|
||||
# 3. All YAML files under directory `node_modules/`, introduced during the Travis run
|
||||
# 4. Any SLS files under directory `test/`, which are actually state files
|
||||
# 5. Any YAML files under directory `.kitchen/`, introduced during local testing
|
||||
# 6. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
|
||||
# 1. All YAML files under directory `.bundle/`, introduced if gems are installed locally
|
||||
# 2. All YAML files under directory `.cache/`, introduced during the CI run
|
||||
# 3. All YAML files under directory `.git/`
|
||||
# 4. All YAML files under directory `node_modules/`, introduced during the CI run
|
||||
# 5. Any SLS files under directory `test/`, which are actually state files
|
||||
# 6. Any YAML files under directory `.kitchen/`, introduced during local testing
|
||||
# 7. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
|
||||
ignore: |
|
||||
.bundle/
|
||||
.cache/
|
||||
.git/
|
||||
node_modules/
|
||||
|
13
AUTHORS.md
13
AUTHORS.md
@ -4,14 +4,14 @@ This list is sorted by the number of commits per contributor in _descending_ ord
|
||||
|
||||
Avatar|Contributor|Contributions
|
||||
:-:|---|:-:
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|123
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|172
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|52
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|48
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|32
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|16
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|14
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1184479?v=4' width='36' height='36' alt='@cheuschober'>|[@cheuschober](https://github.com/cheuschober)|12
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|11
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen'>|[@babilen](https://github.com/babilen)|11
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10924313?v=4' width='36' height='36' alt='@Kurt108'>|[@Kurt108](https://github.com/Kurt108)|8
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|7
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|7
|
||||
@ -26,9 +26,10 @@ Avatar|Contributor|Contributions
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1386595?v=4' width='36' height='36' alt='@tsia'>|[@tsia](https://github.com/tsia)|4
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5655231?v=4' width='36' height='36' alt='@kpostrup'>|[@kpostrup](https://github.com/kpostrup)|4
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4956475?v=4' width='36' height='36' alt='@ross-p'>|[@ross-p](https://github.com/ross-p)|4
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/38883924?v=4' width='36' height='36' alt='@Ahummeling'>|[@Ahummeling](https://github.com/Ahummeling)|4
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/732321?v=4' width='36' height='36' alt='@gtmanfred'>|[@gtmanfred](https://github.com/gtmanfred)|4
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/214768?v=4' width='36' height='36' alt='@ixs'>|[@ixs](https://github.com/ixs)|3
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/445200?v=4' width='36' height='36' alt='@arthurlogilab'>|[@arthurlogilab](https://github.com/arthurlogilab)|3
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/445200?v=4' width='36' height='36' alt='@arthurzenika'>|[@arthurzenika](https://github.com/arthurzenika)|3
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1194646?v=4' width='36' height='36' alt='@fintanmm'>|[@fintanmm](https://github.com/fintanmm)|3
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/56635?v=4' width='36' height='36' alt='@pprkut'>|[@pprkut](https://github.com/pprkut)|3
|
||||
@ -46,8 +47,8 @@ Avatar|Contributor|Contributions
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/374134?v=4' width='36' height='36' alt='@yellow1912'>|[@yellow1912](https://github.com/yellow1912)|2
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/551974?v=4' width='36' height='36' alt='@wdalmut'>|[@wdalmut](https://github.com/wdalmut)|2
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3180588?v=4' width='36' height='36' alt='@jeroen92'>|[@jeroen92](https://github.com/jeroen92)|2
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>|[@sticky-note](https://github.com/sticky-note)|2
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/551789?v=4' width='36' height='36' alt='@giannello'>|[@giannello](https://github.com/giannello)|2
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/358074?v=4' width='36' height='36' alt='@pcdummy'>|[@pcdummy](https://github.com/pcdummy)|2
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/20515?v=4' width='36' height='36' alt='@scambra'>|[@scambra](https://github.com/scambra)|2
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3309784?v=4' width='36' height='36' alt='@aidanharris'>|[@aidanharris](https://github.com/aidanharris)|1
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/7353491?v=4' width='36' height='36' alt='@sarcastic-coder'>|[@sarcastic-coder](https://github.com/sarcastic-coder)|1
|
||||
@ -63,10 +64,10 @@ Avatar|Contributor|Contributions
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/131665?v=4' width='36' height='36' alt='@iamseth'>|[@iamseth](https://github.com/iamseth)|1
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/751889?v=4' width='36' height='36' alt='@Yoda-BZH'>|[@Yoda-BZH](https://github.com/Yoda-BZH)|1
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1366252?v=4' width='36' height='36' alt='@zls'>|[@zls](https://github.com/zls)|1
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|1
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/8792243?v=4' width='36' height='36' alt='@sc250024'>|[@sc250024](https://github.com/sc250024)|1
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>|[@sticky-note](https://github.com/sticky-note)|1
|
||||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10833722?v=4' width='36' height='36' alt='@sylvainfaivre'>|[@sylvainfaivre](https://github.com/sylvainfaivre)|1
|
||||
|
||||
---
|
||||
|
||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-17.
|
||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-03-14.
|
||||
|
47
CHANGELOG.md
47
CHANGELOG.md
@ -1,5 +1,52 @@
|
||||
# Changelog
|
||||
|
||||
# [1.6.0](https://github.com/saltstack-formulas/php-formula/compare/v1.5.1...v1.6.0) (2022-03-14)
|
||||
|
||||
|
||||
### Continuous Integration
|
||||
|
||||
* update linters to latest versions [skip ci] ([8befefc](https://github.com/saltstack-formulas/php-formula/commit/8befefcfbe50378691cf199f900cf2ca8ba4339f))
|
||||
* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([4f54474](https://github.com/saltstack-formulas/php-formula/commit/4f5447451d28137f488bcb20313d6c30fe3e9dd8))
|
||||
* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([def6993](https://github.com/saltstack-formulas/php-formula/commit/def69936b47bfd0e65e521a3b2629b591e2a11ca))
|
||||
* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([ded03de](https://github.com/saltstack-formulas/php-formula/commit/ded03de05e777a4c3b0a1aad8de650470c244d6a))
|
||||
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([2e98aed](https://github.com/saltstack-formulas/php-formula/commit/2e98aed831e0adcfdc7f34df7c29529614a4ce0e))
|
||||
* **vagrant:** replace FreeBSD 12.2 with 12.3 [skip ci] ([4e5af98](https://github.com/saltstack-formulas/php-formula/commit/4e5af9875abd9e4149db2d3e10c9f6dfcca435f2))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **modules:** add `xmlrpc` and `xmlreader` as FreeBSD `xml` module ([67e565f](https://github.com/saltstack-formulas/php-formula/commit/67e565f5e2ce83c26a79267f25317e6e4340a73e))
|
||||
|
||||
|
||||
### Tests
|
||||
|
||||
* **system:** add `build_platform_codename` [skip ci] ([f159202](https://github.com/saltstack-formulas/php-formula/commit/f1592024d507873415debcdc03aa2c885af2e4cf))
|
||||
|
||||
## [1.5.1](https://github.com/saltstack-formulas/php-formula/compare/v1.5.0...v1.5.1) (2021-09-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **module:** include php version in redis module package name ([2f62f6f](https://github.com/saltstack-formulas/php-formula/commit/2f62f6fa4edcd660dc6247d11b99e871d963adcb))
|
||||
* **module:** include php version in redis module package name ([55939d5](https://github.com/saltstack-formulas/php-formula/commit/55939d5cd12cc8e91b5502e7181f8d826464e82d))
|
||||
|
||||
|
||||
### Continuous Integration
|
||||
|
||||
* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([c7a0c3c](https://github.com/saltstack-formulas/php-formula/commit/c7a0c3c3ea73a42a9e4682c204a620a3f7f2f2ee))
|
||||
* **freebsd:** update with latest pre-salted Vagrant boxes [skip ci] ([368ca34](https://github.com/saltstack-formulas/php-formula/commit/368ca34fabc10d7baffb1ea2c047cfe118f0569c))
|
||||
* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([fbf2518](https://github.com/saltstack-formulas/php-formula/commit/fbf25184558f07766b06b946f8af5b742ac7665a))
|
||||
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([9964b38](https://github.com/saltstack-formulas/php-formula/commit/9964b38aa31fc44742a856bda5cdffd6aeb91a2a))
|
||||
* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([f8e4ba0](https://github.com/saltstack-formulas/php-formula/commit/f8e4ba0e88e58c72ed14b8e7cf4143a446fda74b))
|
||||
* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([c22aba7](https://github.com/saltstack-formulas/php-formula/commit/c22aba797e7bd02200a7a9d3b13ba95bd2195fca))
|
||||
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([4891bf6](https://github.com/saltstack-formulas/php-formula/commit/4891bf6e77b90e6ec1a80160f48f86869aa46b88))
|
||||
|
||||
|
||||
### Tests
|
||||
|
||||
* **_mapdata:** add verification file for `debian-11` [skip ci] ([9b05109](https://github.com/saltstack-formulas/php-formula/commit/9b05109c28d05ebc11c253eabbd6bb219e7726ff))
|
||||
* **alma+rocky:** add platforms (based on CentOS 8) [skip ci] ([f55d512](https://github.com/saltstack-formulas/php-formula/commit/f55d5128ab10e9b21bbe315f4588ff13c74de68a))
|
||||
|
||||
# [1.5.0](https://github.com/saltstack-formulas/php-formula/compare/v1.4.0...v1.5.0) (2021-06-17)
|
||||
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
/test/integration/**/libraries/system.rb @saltstack-formulas/ssf
|
||||
/test/integration/**/inspec.yml @saltstack-formulas/ssf
|
||||
/test/integration/**/README.md @saltstack-formulas/ssf
|
||||
/test/salt/pillar/top.sls @saltstack-formulas/ssf
|
||||
/.gitignore @saltstack-formulas/ssf
|
||||
/.cirrus.yml @saltstack-formulas/ssf
|
||||
/.gitlab-ci.yml @saltstack-formulas/ssf
|
||||
|
2
FORMULA
2
FORMULA
@ -1,7 +1,7 @@
|
||||
name: php
|
||||
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
|
||||
os_family: Debian, RedHat, Suse
|
||||
version: 1.5.0
|
||||
version: 1.6.0
|
||||
release: 1
|
||||
minimum_version: 2017.7
|
||||
summary: Php formula
|
||||
|
21
Gemfile
21
Gemfile
@ -1,17 +1,22 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
||||
source ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org')
|
||||
|
||||
# Use the latest version of `inspec` prior to `4.23.4`, which introduces a
|
||||
# regression where the diff isn't displayed when comparing using `eq`.
|
||||
gem 'inspec', '~> 4.22.22'
|
||||
# Install the `kitchen-docker` gem using `git` because the latest version
|
||||
# currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
|
||||
# Install the `inspec` gem using `git` because versions after `4.22.22`
|
||||
# suppress diff output; this version fixes this for our uses.
|
||||
# rubocop:disable Layout/LineLength
|
||||
gem 'inspec', git: 'https://gitlab.com/saltstack-formulas/infrastructure/inspec', branch: 'ssf'
|
||||
# rubocop:enable Layout/LineLength
|
||||
|
||||
# Install the `kitchen-docker` gem using `git` in order to gain a performance
|
||||
# improvement: avoid package installations which are already covered by the
|
||||
# `salt-image-builder` (i.e. the pre-salted images that we're using)
|
||||
# rubocop:disable Layout/LineLength
|
||||
gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
|
||||
# rubocop:enable Layout/LineLength
|
||||
gem 'kitchen-inspec', '>= 2.2.1'
|
||||
gem 'kitchen-salt', '>= 0.6.3'
|
||||
|
||||
gem 'kitchen-inspec', '>= 2.5.0'
|
||||
gem 'kitchen-salt', '>= 0.7.2'
|
||||
|
||||
group :vagrant do
|
||||
gem 'kitchen-vagrant'
|
||||
|
667
Gemfile.lock
667
Gemfile.lock
@ -1,323 +1,420 @@
|
||||
GIT
|
||||
remote: https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker
|
||||
revision: 042e6921940a28d2502258b6a5ff3be17dd2fd37
|
||||
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
|
||||
revision: aaef842906a5666f0fc0b4f186b4dd3498f5b28c
|
||||
branch: ssf
|
||||
specs:
|
||||
kitchen-docker (2.10.0)
|
||||
inspec (5.18.15)
|
||||
cookstyle
|
||||
faraday_middleware (>= 0.12.2, < 1.1)
|
||||
inspec-core (= 5.18.15)
|
||||
mongo (= 2.13.2)
|
||||
progress_bar (~> 1.3.3)
|
||||
rake
|
||||
train (~> 3.10)
|
||||
train-aws (~> 0.2)
|
||||
train-habitat (~> 0.1)
|
||||
train-winrm (~> 0.2)
|
||||
inspec-core (5.18.15)
|
||||
addressable (~> 2.4)
|
||||
chef-telemetry (~> 1.0, >= 1.0.8)
|
||||
faraday (>= 0.9.0, < 1.5)
|
||||
faraday_middleware (~> 1.0)
|
||||
hashie (>= 3.4, < 5.0)
|
||||
license-acceptance (>= 0.2.13, < 3.0)
|
||||
method_source (>= 0.8, < 2.0)
|
||||
mixlib-log (~> 3.0)
|
||||
multipart-post (~> 2.0)
|
||||
parallel (~> 1.9)
|
||||
parslet (>= 1.5, < 2.0)
|
||||
pry (~> 0.13)
|
||||
rspec (>= 3.9, <= 3.11)
|
||||
rspec-its (~> 1.2)
|
||||
rubyzip (>= 1.2.2, < 3.0)
|
||||
semverse (~> 3.0)
|
||||
sslshake (~> 1.2)
|
||||
thor (>= 0.20, < 2.0)
|
||||
tomlrb (>= 1.2, < 2.1)
|
||||
train-core (~> 3.10)
|
||||
tty-prompt (~> 0.17)
|
||||
tty-table (~> 0.10)
|
||||
|
||||
GIT
|
||||
remote: https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker
|
||||
revision: 9a09bc1e571e25f3ccabf4725ca2048d970fff82
|
||||
branch: ssf
|
||||
specs:
|
||||
kitchen-docker (2.12.0)
|
||||
test-kitchen (>= 1.0.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (5.2.4.4)
|
||||
activesupport (7.0.3.1)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 0.7, < 2)
|
||||
minitest (~> 5.1)
|
||||
tzinfo (~> 1.1)
|
||||
addressable (2.7.0)
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
tzinfo (~> 2.0)
|
||||
addressable (2.8.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
aws-eventstream (1.1.0)
|
||||
aws-partitions (1.386.0)
|
||||
aws-sdk-apigateway (1.55.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
ast (2.4.2)
|
||||
aws-eventstream (1.2.0)
|
||||
aws-partitions (1.607.0)
|
||||
aws-sdk-alexaforbusiness (1.56.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-apigatewayv2 (1.29.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-amplify (1.32.0)
|
||||
aws-sdk-core (~> 3, >= 3.120.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-athena (1.33.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-apigateway (1.78.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-autoscaling (1.22.0)
|
||||
aws-sdk-core (~> 3, >= 3.52.1)
|
||||
aws-sdk-apigatewayv2 (1.42.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-budgets (1.36.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-applicationautoscaling (1.51.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-cloudformation (1.44.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-athena (1.55.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-cloudfront (1.46.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-autoscaling (1.63.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-cloudhsm (1.27.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-batch (1.47.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-cloudhsmv2 (1.30.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-budgets (1.50.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-cloudtrail (1.29.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-cloudformation (1.70.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-cloudwatch (1.45.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-cloudfront (1.65.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-cloudwatchlogs (1.38.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-cloudhsm (1.39.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-codecommit (1.40.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-cloudhsmv2 (1.42.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-codedeploy (1.37.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-cloudtrail (1.49.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-codepipeline (1.37.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-cloudwatch (1.64.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-configservice (1.53.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-cloudwatchevents (1.46.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-core (3.109.1)
|
||||
aws-sdk-cloudwatchlogs (1.53.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-codecommit (1.51.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-codedeploy (1.49.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-codepipeline (1.53.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-cognitoidentity (1.31.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-cognitoidentityprovider (1.53.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-configservice (1.79.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-core (3.131.2)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
aws-partitions (~> 1, >= 1.239.0)
|
||||
aws-partitions (~> 1, >= 1.525.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
jmespath (~> 1.0)
|
||||
aws-sdk-costandusagereportservice (1.28.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
jmespath (~> 1, >= 1.6.1)
|
||||
aws-sdk-costandusagereportservice (1.40.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-dynamodb (1.55.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-databasemigrationservice (1.53.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-ec2 (1.202.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-dynamodb (1.75.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-ecr (1.39.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-ec2 (1.322.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-ecs (1.70.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-ecr (1.56.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-efs (1.36.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-ecrpublic (1.12.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-eks (1.45.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-ecs (1.100.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-elasticache (1.44.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-efs (1.54.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-elasticbeanstalk (1.39.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-eks (1.75.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-elasticloadbalancing (1.29.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-elasticache (1.78.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-elasticloadbalancingv2 (1.53.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-elasticbeanstalk (1.51.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-elasticsearchservice (1.43.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-elasticloadbalancing (1.40.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-firehose (1.35.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-elasticloadbalancingv2 (1.78.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-guardduty (1.42.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-elasticsearchservice (1.65.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-iam (1.46.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-emr (1.53.0)
|
||||
aws-sdk-core (~> 3, >= 3.121.2)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-kafka (1.29.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-eventbridge (1.24.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-kinesis (1.30.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-firehose (1.48.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-kms (1.39.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-glue (1.88.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-lambda (1.51.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-guardduty (1.58.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-organizations (1.17.0)
|
||||
aws-sdk-core (~> 3, >= 3.39.0)
|
||||
aws-sigv4 (~> 1.0)
|
||||
aws-sdk-rds (1.104.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-iam (1.69.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-redshift (1.50.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-kafka (1.50.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-route53 (1.44.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-kinesis (1.41.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-route53domains (1.28.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-kms (1.57.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-route53resolver (1.21.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-lambda (1.84.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-s3 (1.83.1)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-mq (1.40.0)
|
||||
aws-sdk-core (~> 3, >= 3.120.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-networkfirewall (1.17.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-networkmanager (1.24.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-organizations (1.59.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-ram (1.26.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-rds (1.148.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-redshift (1.84.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-route53 (1.63.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-route53domains (1.40.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-route53resolver (1.37.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-s3 (1.114.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sdk-kms (~> 1)
|
||||
aws-sigv4 (~> 1.4)
|
||||
aws-sdk-s3control (1.43.0)
|
||||
aws-sdk-core (~> 3, >= 3.122.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-securityhub (1.35.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-secretsmanager (1.46.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-ses (1.36.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-securityhub (1.67.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-sms (1.27.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-servicecatalog (1.60.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-sns (1.34.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-ses (1.41.0)
|
||||
aws-sdk-core (~> 3, >= 3.120.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-sqs (1.34.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-shield (1.48.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-ssm (1.95.0)
|
||||
aws-sdk-core (~> 3, >= 3.109.0)
|
||||
aws-sdk-signer (1.32.0)
|
||||
aws-sdk-core (~> 3, >= 3.120.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sigv4 (1.2.2)
|
||||
aws-sdk-simpledb (1.29.0)
|
||||
aws-sdk-core (~> 3, >= 3.120.0)
|
||||
aws-sigv2 (~> 1.0)
|
||||
aws-sdk-sms (1.40.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-sns (1.53.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-sqs (1.51.1)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-ssm (1.137.0)
|
||||
aws-sdk-core (~> 3, >= 3.127.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-states (1.39.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-synthetics (1.19.0)
|
||||
aws-sdk-core (~> 3, >= 3.121.2)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-transfer (1.34.0)
|
||||
aws-sdk-core (~> 3, >= 3.112.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-waf (1.43.0)
|
||||
aws-sdk-core (~> 3, >= 3.122.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sigv2 (1.1.0)
|
||||
aws-sigv4 (1.5.0)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
azure_graph_rbac (0.17.2)
|
||||
ms_rest_azure (~> 0.12.0)
|
||||
azure_mgmt_key_vault (0.17.6)
|
||||
azure_mgmt_key_vault (0.17.7)
|
||||
ms_rest_azure (~> 0.12.0)
|
||||
azure_mgmt_resources (0.18.0)
|
||||
azure_mgmt_resources (0.18.2)
|
||||
ms_rest_azure (~> 0.12.0)
|
||||
azure_mgmt_security (0.18.2)
|
||||
azure_mgmt_security (0.19.0)
|
||||
ms_rest_azure (~> 0.12.0)
|
||||
azure_mgmt_storage (0.22.0)
|
||||
azure_mgmt_storage (0.23.0)
|
||||
ms_rest_azure (~> 0.12.0)
|
||||
bcrypt_pbkdf (1.0.1)
|
||||
bcrypt_pbkdf (1.1.0)
|
||||
bson (4.15.0)
|
||||
builder (3.2.4)
|
||||
chef-config (16.6.14)
|
||||
chef-config (17.10.0)
|
||||
addressable
|
||||
chef-utils (= 16.6.14)
|
||||
chef-utils (= 17.10.0)
|
||||
fuzzyurl
|
||||
mixlib-config (>= 2.2.12, < 4.0)
|
||||
mixlib-shellout (>= 2.0, < 4.0)
|
||||
tomlrb (~> 1.2)
|
||||
chef-telemetry (1.0.14)
|
||||
chef-telemetry (1.1.1)
|
||||
chef-config
|
||||
concurrent-ruby (~> 1.0)
|
||||
ffi-yajl (~> 2.2)
|
||||
chef-utils (16.6.14)
|
||||
chef-utils (17.10.0)
|
||||
concurrent-ruby
|
||||
coderay (1.1.3)
|
||||
concurrent-ruby (1.1.7)
|
||||
concurrent-ruby (1.1.10)
|
||||
cookstyle (7.32.1)
|
||||
rubocop (= 1.25.1)
|
||||
declarative (0.0.20)
|
||||
declarative-option (0.1.0)
|
||||
diff-lcs (1.4.4)
|
||||
docker-api (2.0.0)
|
||||
diff-lcs (1.5.0)
|
||||
docker-api (2.2.0)
|
||||
excon (>= 0.47.0)
|
||||
multi_json
|
||||
domain_name (0.5.20190701)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
ecma-re-validator (0.2.1)
|
||||
regexp_parser (~> 1.2)
|
||||
ed25519 (1.2.4)
|
||||
erubi (1.9.0)
|
||||
excon (0.78.0)
|
||||
faraday (0.17.3)
|
||||
ed25519 (1.3.0)
|
||||
erubi (1.10.0)
|
||||
excon (0.92.3)
|
||||
faraday (1.4.3)
|
||||
faraday-em_http (~> 1.0)
|
||||
faraday-em_synchrony (~> 1.0)
|
||||
faraday-excon (~> 1.1)
|
||||
faraday-net_http (~> 1.0)
|
||||
faraday-net_http_persistent (~> 1.1)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
faraday-cookie_jar (0.0.7)
|
||||
faraday (>= 0.8.0)
|
||||
http-cookie (~> 1.0.0)
|
||||
faraday_middleware (0.12.2)
|
||||
faraday (>= 0.7.4, < 1.0)
|
||||
ffi (1.13.1)
|
||||
ffi-yajl (2.3.4)
|
||||
libyajl2 (~> 1.2)
|
||||
faraday-em_http (1.0.0)
|
||||
faraday-em_synchrony (1.0.0)
|
||||
faraday-excon (1.1.0)
|
||||
faraday-net_http (1.0.1)
|
||||
faraday-net_http_persistent (1.2.0)
|
||||
faraday_middleware (1.0.0)
|
||||
faraday (~> 1.0)
|
||||
ffi (1.15.5)
|
||||
fuzzyurl (0.9.0)
|
||||
google-api-client (0.44.0)
|
||||
google-api-client (0.52.0)
|
||||
addressable (~> 2.5, >= 2.5.1)
|
||||
googleauth (~> 0.9)
|
||||
httpclient (>= 2.8.1, < 3.0)
|
||||
mini_mime (~> 1.0)
|
||||
representable (~> 3.0)
|
||||
retriable (>= 2.0, < 4.0)
|
||||
rexml
|
||||
signet (~> 0.12)
|
||||
googleauth (0.13.0)
|
||||
googleauth (0.14.0)
|
||||
faraday (>= 0.17.3, < 2.0)
|
||||
jwt (>= 1.4, < 3.0)
|
||||
memoist (~> 0.16)
|
||||
multi_json (~> 1.11)
|
||||
os (>= 0.9, < 2.0)
|
||||
signet (~> 0.14)
|
||||
gssapi (1.3.0)
|
||||
gssapi (1.3.1)
|
||||
ffi (>= 1.0.1)
|
||||
gyoku (1.3.1)
|
||||
gyoku (1.4.0)
|
||||
builder (>= 2.1.2)
|
||||
hana (1.3.6)
|
||||
hashie (3.6.0)
|
||||
http-cookie (1.0.3)
|
||||
rexml (~> 3.0)
|
||||
hashie (4.1.0)
|
||||
highline (2.0.3)
|
||||
http-cookie (1.0.5)
|
||||
domain_name (~> 0.5)
|
||||
httpclient (2.8.3)
|
||||
i18n (1.8.5)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
inifile (3.0.0)
|
||||
inspec (4.22.22)
|
||||
faraday_middleware (~> 0.12.2)
|
||||
inspec-core (= 4.22.22)
|
||||
train (~> 3.0)
|
||||
train-aws (~> 0.1)
|
||||
train-habitat (~> 0.1)
|
||||
train-winrm (~> 0.2)
|
||||
inspec-core (4.22.22)
|
||||
addressable (~> 2.4)
|
||||
chef-telemetry (~> 1.0)
|
||||
faraday (>= 0.9.0)
|
||||
hashie (~> 3.4)
|
||||
json_schemer (>= 0.2.1, < 0.2.12)
|
||||
license-acceptance (>= 0.2.13, < 2.0)
|
||||
method_source (>= 0.8, < 2.0)
|
||||
mixlib-log (~> 3.0)
|
||||
multipart-post (~> 2.0)
|
||||
parallel (~> 1.9)
|
||||
parslet (~> 1.5)
|
||||
pry (~> 0.13)
|
||||
rspec (~> 3.9)
|
||||
rspec-its (~> 1.2)
|
||||
rubyzip (~> 1.2, >= 1.2.2)
|
||||
semverse (~> 3.0)
|
||||
sslshake (~> 1.2)
|
||||
thor (>= 0.20, < 2.0)
|
||||
tomlrb (~> 1.2.0)
|
||||
train-core (~> 3.0)
|
||||
tty-prompt (~> 0.17)
|
||||
tty-table (~> 0.10)
|
||||
jmespath (1.4.0)
|
||||
json (2.3.1)
|
||||
json_schemer (0.2.11)
|
||||
ecma-re-validator (~> 0.2)
|
||||
hana (~> 1.3)
|
||||
regexp_parser (~> 1.5)
|
||||
uri_template (~> 0.7)
|
||||
jwt (2.2.2)
|
||||
kitchen-inspec (2.2.1)
|
||||
hashie (~> 3.4)
|
||||
inspec (>= 2.2.64, < 5.0)
|
||||
test-kitchen (>= 2.7, < 3)
|
||||
kitchen-salt (0.6.3)
|
||||
jmespath (1.6.1)
|
||||
json (2.6.2)
|
||||
jwt (2.4.1)
|
||||
kitchen-inspec (2.6.1)
|
||||
hashie (>= 3.4, <= 5.0)
|
||||
inspec (>= 2.2.64, < 7.0)
|
||||
test-kitchen (>= 2.7, < 4)
|
||||
kitchen-salt (0.7.2)
|
||||
hashie (>= 3.5)
|
||||
test-kitchen (>= 1.4)
|
||||
kitchen-vagrant (1.7.0)
|
||||
test-kitchen (>= 1.4, < 3)
|
||||
libyajl2 (1.2.0)
|
||||
license-acceptance (1.0.19)
|
||||
kitchen-vagrant (1.12.0)
|
||||
test-kitchen (>= 1.4, < 4)
|
||||
license-acceptance (2.1.13)
|
||||
pastel (~> 0.7)
|
||||
tomlrb (~> 1.2)
|
||||
tty-box (~> 0.3)
|
||||
tty-prompt (~> 0.18)
|
||||
tomlrb (>= 1.2, < 3.0)
|
||||
tty-box (~> 0.6)
|
||||
tty-prompt (~> 0.20)
|
||||
little-plugger (1.1.4)
|
||||
logging (2.3.0)
|
||||
logging (2.3.1)
|
||||
little-plugger (~> 1.1)
|
||||
multi_json (~> 1.14)
|
||||
memoist (0.16.2)
|
||||
method_source (1.0.0)
|
||||
mini_mime (1.0.2)
|
||||
minitest (5.14.2)
|
||||
mixlib-config (3.0.9)
|
||||
mini_mime (1.1.2)
|
||||
minitest (5.16.2)
|
||||
mixlib-config (3.0.27)
|
||||
tomlrb
|
||||
mixlib-install (3.12.3)
|
||||
mixlib-install (3.12.19)
|
||||
mixlib-shellout
|
||||
mixlib-versioning
|
||||
thor
|
||||
mixlib-log (3.0.9)
|
||||
mixlib-shellout (3.1.6)
|
||||
mixlib-shellout (3.2.7)
|
||||
chef-utils
|
||||
mixlib-versioning (1.2.12)
|
||||
mongo (2.13.2)
|
||||
bson (>= 4.8.2, < 5.0.0)
|
||||
ms_rest (0.7.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
faraday (>= 0.9, < 2.0.0)
|
||||
@ -328,60 +425,83 @@ GEM
|
||||
faraday-cookie_jar (~> 0.0.6)
|
||||
ms_rest (~> 0.7.6)
|
||||
multi_json (1.15.0)
|
||||
multipart-post (2.1.1)
|
||||
multipart-post (2.2.3)
|
||||
net-scp (3.0.0)
|
||||
net-ssh (>= 2.6.5, < 7.0.0)
|
||||
net-ssh (6.1.0)
|
||||
net-ssh-gateway (2.0.0)
|
||||
net-ssh (>= 4.0.0)
|
||||
nori (2.6.0)
|
||||
os (1.1.1)
|
||||
parallel (1.19.2)
|
||||
options (2.3.2)
|
||||
os (1.1.4)
|
||||
parallel (1.22.1)
|
||||
parser (3.1.2.0)
|
||||
ast (~> 2.4.1)
|
||||
parslet (1.8.2)
|
||||
pastel (0.8.0)
|
||||
tty-color (~> 0.5)
|
||||
pry (0.13.1)
|
||||
progress_bar (1.3.3)
|
||||
highline (>= 1.6, < 3)
|
||||
options (~> 2.3.0)
|
||||
pry (0.14.1)
|
||||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
public_suffix (4.0.6)
|
||||
regexp_parser (1.8.2)
|
||||
representable (3.0.4)
|
||||
public_suffix (4.0.7)
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.6)
|
||||
regexp_parser (2.5.0)
|
||||
representable (3.2.0)
|
||||
declarative (< 0.1.0)
|
||||
declarative-option (< 0.2.0)
|
||||
trailblazer-option (>= 0.1.1, < 0.2.0)
|
||||
uber (< 0.2.0)
|
||||
retriable (3.1.2)
|
||||
rspec (3.9.0)
|
||||
rspec-core (~> 3.9.0)
|
||||
rspec-expectations (~> 3.9.0)
|
||||
rspec-mocks (~> 3.9.0)
|
||||
rspec-core (3.9.3)
|
||||
rspec-support (~> 3.9.3)
|
||||
rspec-expectations (3.9.3)
|
||||
rexml (3.2.5)
|
||||
rspec (3.11.0)
|
||||
rspec-core (~> 3.11.0)
|
||||
rspec-expectations (~> 3.11.0)
|
||||
rspec-mocks (~> 3.11.0)
|
||||
rspec-core (3.11.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-expectations (3.11.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-its (1.3.0)
|
||||
rspec-core (>= 3.0.0)
|
||||
rspec-expectations (>= 3.0.0)
|
||||
rspec-mocks (3.9.1)
|
||||
rspec-mocks (3.11.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-support (3.9.4)
|
||||
rubyntlm (0.6.2)
|
||||
rubyzip (1.3.0)
|
||||
semverse (3.0.0)
|
||||
signet (0.14.0)
|
||||
addressable (~> 2.3)
|
||||
faraday (>= 0.17.3, < 2.0)
|
||||
rspec-support (~> 3.11.0)
|
||||
rspec-support (3.11.0)
|
||||
rubocop (1.25.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml
|
||||
rubocop-ast (>= 1.15.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.19.1)
|
||||
parser (>= 3.1.1.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
ruby2_keywords (0.0.5)
|
||||
rubyntlm (0.6.3)
|
||||
rubyzip (2.3.2)
|
||||
semverse (3.0.2)
|
||||
signet (0.17.0)
|
||||
addressable (~> 2.8)
|
||||
faraday (>= 0.17.5, < 3.a)
|
||||
jwt (>= 1.5, < 3.0)
|
||||
multi_json (~> 1.10)
|
||||
sslshake (1.3.1)
|
||||
strings (0.2.0)
|
||||
strings (0.2.1)
|
||||
strings-ansi (~> 0.2)
|
||||
unicode-display_width (~> 1.5)
|
||||
unicode-display_width (>= 1.5, < 3.0)
|
||||
unicode_utils (~> 1.4)
|
||||
strings-ansi (0.2.0)
|
||||
test-kitchen (2.7.2)
|
||||
test-kitchen (3.3.1)
|
||||
bcrypt_pbkdf (~> 1.0)
|
||||
chef-utils (>= 16.4.35)
|
||||
ed25519 (~> 1.2)
|
||||
license-acceptance (>= 1.0.11, < 3.0)
|
||||
mixlib-install (~> 3.6)
|
||||
@ -393,28 +513,32 @@ GEM
|
||||
winrm (~> 2.0)
|
||||
winrm-elevated (~> 1.0)
|
||||
winrm-fs (~> 1.1)
|
||||
thor (1.0.1)
|
||||
thread_safe (0.3.6)
|
||||
thor (1.2.1)
|
||||
timeliness (0.3.10)
|
||||
tomlrb (1.2.9)
|
||||
train (3.3.27)
|
||||
activesupport (>= 5.2.4.3, < 6.0.0)
|
||||
tomlrb (1.3.0)
|
||||
trailblazer-option (0.1.2)
|
||||
train (3.10.1)
|
||||
activesupport (>= 6.0.3.1)
|
||||
azure_graph_rbac (~> 0.16)
|
||||
azure_mgmt_key_vault (~> 0.17)
|
||||
azure_mgmt_resources (~> 0.15)
|
||||
azure_mgmt_security (~> 0.18)
|
||||
azure_mgmt_storage (~> 0.18)
|
||||
docker-api (>= 1.26, < 3.0)
|
||||
google-api-client (>= 0.23.9, < 0.44.1)
|
||||
googleauth (>= 0.6.6, < 0.13.1)
|
||||
google-api-client (>= 0.23.9, <= 0.52.0)
|
||||
googleauth (>= 0.6.6, <= 0.14.0)
|
||||
inifile (~> 3.0)
|
||||
train-core (= 3.3.27)
|
||||
train-core (= 3.10.1)
|
||||
train-winrm (~> 0.2)
|
||||
train-aws (0.1.18)
|
||||
train-aws (0.2.24)
|
||||
aws-sdk-alexaforbusiness (~> 1.0)
|
||||
aws-sdk-amplify (~> 1.32.0)
|
||||
aws-sdk-apigateway (~> 1.0)
|
||||
aws-sdk-apigatewayv2 (~> 1.0)
|
||||
aws-sdk-applicationautoscaling (>= 1.46, < 1.52)
|
||||
aws-sdk-athena (~> 1.0)
|
||||
aws-sdk-autoscaling (~> 1.22.0)
|
||||
aws-sdk-autoscaling (>= 1.22, < 1.64)
|
||||
aws-sdk-batch (>= 1.36, < 1.48)
|
||||
aws-sdk-budgets (~> 1.0)
|
||||
aws-sdk-cloudformation (~> 1.0)
|
||||
aws-sdk-cloudfront (~> 1.0)
|
||||
@ -422,16 +546,21 @@ GEM
|
||||
aws-sdk-cloudhsmv2 (~> 1.0)
|
||||
aws-sdk-cloudtrail (~> 1.8)
|
||||
aws-sdk-cloudwatch (~> 1.13)
|
||||
aws-sdk-cloudwatchevents (>= 1.36, < 1.47)
|
||||
aws-sdk-cloudwatchlogs (~> 1.13)
|
||||
aws-sdk-codecommit (~> 1.0)
|
||||
aws-sdk-codedeploy (~> 1.0)
|
||||
aws-sdk-codepipeline (~> 1.0)
|
||||
aws-sdk-cognitoidentity (>= 1.26, < 1.32)
|
||||
aws-sdk-cognitoidentityprovider (>= 1.46, < 1.54)
|
||||
aws-sdk-configservice (~> 1.21)
|
||||
aws-sdk-core (~> 3.0)
|
||||
aws-sdk-costandusagereportservice (~> 1.6)
|
||||
aws-sdk-databasemigrationservice (>= 1.42, < 1.54)
|
||||
aws-sdk-dynamodb (~> 1.31)
|
||||
aws-sdk-ec2 (~> 1.70)
|
||||
aws-sdk-ecr (~> 1.18)
|
||||
aws-sdk-ecrpublic (~> 1.3)
|
||||
aws-sdk-ecs (~> 1.30)
|
||||
aws-sdk-efs (~> 1.0)
|
||||
aws-sdk-eks (~> 1.9)
|
||||
@ -440,48 +569,65 @@ GEM
|
||||
aws-sdk-elasticloadbalancing (~> 1.8)
|
||||
aws-sdk-elasticloadbalancingv2 (~> 1.0)
|
||||
aws-sdk-elasticsearchservice (~> 1.0)
|
||||
aws-sdk-emr (~> 1.53.0)
|
||||
aws-sdk-eventbridge (~> 1.24.0)
|
||||
aws-sdk-firehose (~> 1.0)
|
||||
aws-sdk-glue (>= 1.71, < 1.89)
|
||||
aws-sdk-guardduty (~> 1.31)
|
||||
aws-sdk-iam (~> 1.13)
|
||||
aws-sdk-kafka (~> 1.0)
|
||||
aws-sdk-kinesis (~> 1.0)
|
||||
aws-sdk-kms (~> 1.13)
|
||||
aws-sdk-lambda (~> 1.0)
|
||||
aws-sdk-organizations (~> 1.17.0)
|
||||
aws-sdk-mq (~> 1.40.0)
|
||||
aws-sdk-networkfirewall (>= 1.6.0)
|
||||
aws-sdk-networkmanager (>= 1.13.0)
|
||||
aws-sdk-organizations (>= 1.17, < 1.60)
|
||||
aws-sdk-ram (>= 1.21, < 1.27)
|
||||
aws-sdk-rds (~> 1.43)
|
||||
aws-sdk-redshift (~> 1.0)
|
||||
aws-sdk-route53 (~> 1.0)
|
||||
aws-sdk-route53domains (~> 1.0)
|
||||
aws-sdk-route53resolver (~> 1.0)
|
||||
aws-sdk-s3 (~> 1.30)
|
||||
aws-sdk-s3control (~> 1.43.0)
|
||||
aws-sdk-secretsmanager (>= 1.42, < 1.47)
|
||||
aws-sdk-securityhub (~> 1.0)
|
||||
aws-sdk-ses (~> 1.0)
|
||||
aws-sdk-servicecatalog (>= 1.48, < 1.61)
|
||||
aws-sdk-ses (~> 1.41.0)
|
||||
aws-sdk-shield (~> 1.30)
|
||||
aws-sdk-signer (~> 1.32.0)
|
||||
aws-sdk-simpledb (~> 1.29.0)
|
||||
aws-sdk-sms (~> 1.0)
|
||||
aws-sdk-sns (~> 1.9)
|
||||
aws-sdk-sqs (~> 1.10)
|
||||
aws-sdk-ssm (~> 1.0)
|
||||
train-core (3.3.27)
|
||||
aws-sdk-states (>= 1.35, < 1.40)
|
||||
aws-sdk-synthetics (~> 1.19.0)
|
||||
aws-sdk-transfer (>= 1.26, < 1.35)
|
||||
aws-sdk-waf (~> 1.43.0)
|
||||
train-core (3.10.1)
|
||||
addressable (~> 2.5)
|
||||
ffi (!= 1.13.0)
|
||||
json (>= 1.8, < 3.0)
|
||||
mixlib-shellout (>= 2.0, < 4.0)
|
||||
net-scp (>= 1.2, < 4.0)
|
||||
net-ssh (>= 2.9, < 7.0)
|
||||
train-habitat (0.2.13)
|
||||
train-winrm (0.2.11)
|
||||
winrm (~> 2.0)
|
||||
train-habitat (0.2.22)
|
||||
train-winrm (0.2.13)
|
||||
winrm (>= 2.3.6, < 3.0)
|
||||
winrm-elevated (~> 1.2.2)
|
||||
winrm-fs (~> 1.0)
|
||||
tty-box (0.6.0)
|
||||
tty-box (0.7.0)
|
||||
pastel (~> 0.8)
|
||||
strings (~> 0.2.0)
|
||||
tty-cursor (~> 0.7)
|
||||
tty-color (0.5.2)
|
||||
tty-color (0.6.0)
|
||||
tty-cursor (0.7.1)
|
||||
tty-prompt (0.22.0)
|
||||
tty-prompt (0.23.1)
|
||||
pastel (~> 0.8)
|
||||
tty-reader (~> 0.8)
|
||||
tty-reader (0.8.0)
|
||||
tty-reader (0.9.0)
|
||||
tty-cursor (~> 0.7)
|
||||
tty-screen (~> 0.8)
|
||||
wisper (~> 2.0)
|
||||
@ -490,16 +636,15 @@ GEM
|
||||
pastel (~> 0.8)
|
||||
strings (~> 0.2.0)
|
||||
tty-screen (~> 0.8)
|
||||
tzinfo (1.2.7)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo (2.0.4)
|
||||
concurrent-ruby (~> 1.0)
|
||||
uber (0.1.0)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.7)
|
||||
unicode-display_width (1.7.0)
|
||||
unf_ext (0.0.8.2)
|
||||
unicode-display_width (2.2.0)
|
||||
unicode_utils (1.4.0)
|
||||
uri_template (0.7.0)
|
||||
winrm (2.3.5)
|
||||
winrm (2.3.6)
|
||||
builder (>= 2.1.2)
|
||||
erubi (~> 1.8)
|
||||
gssapi (~> 1.2)
|
||||
@ -507,15 +652,15 @@ GEM
|
||||
httpclient (~> 2.2, >= 2.2.0.2)
|
||||
logging (>= 1.6.1, < 3.0)
|
||||
nori (~> 2.0)
|
||||
rubyntlm (~> 0.6.0, >= 0.6.1)
|
||||
winrm-elevated (1.2.2)
|
||||
rubyntlm (~> 0.6.0, >= 0.6.3)
|
||||
winrm-elevated (1.2.3)
|
||||
erubi (~> 1.8)
|
||||
winrm (~> 2.0)
|
||||
winrm-fs (~> 1.0)
|
||||
winrm-fs (1.3.3)
|
||||
winrm-fs (1.3.5)
|
||||
erubi (~> 1.8)
|
||||
logging (>= 1.6.1, < 3.0)
|
||||
rubyzip (~> 1.1)
|
||||
rubyzip (~> 2.0)
|
||||
winrm (~> 2.0)
|
||||
wisper (2.0.1)
|
||||
|
||||
@ -523,10 +668,10 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
inspec (~> 4.22.22)
|
||||
inspec!
|
||||
kitchen-docker!
|
||||
kitchen-inspec (>= 2.2.1)
|
||||
kitchen-salt (>= 0.6.3)
|
||||
kitchen-inspec (>= 2.5.0)
|
||||
kitchen-salt (>= 0.7.2)
|
||||
kitchen-vagrant
|
||||
|
||||
BUNDLED WITH
|
||||
|
@ -19,8 +19,8 @@ if File.file?(bundle_binstub)
|
||||
load(bundle_binstub)
|
||||
else
|
||||
abort(
|
||||
'Your `bin/bundle` was not generated by Bundler, '\
|
||||
'so this binstub cannot run. Replace `bin/bundle` by running '\
|
||||
'Your `bin/bundle` was not generated by Bundler, ' \
|
||||
'so this binstub cannot run. Replace `bin/bundle` by running ' \
|
||||
'`bundle binstubs bundler --force`, then run this command again.'
|
||||
)
|
||||
end
|
||||
|
@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
||||
- Contributions
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
|
||||
- `@myii <https://github.com/myii>`_
|
||||
- 123
|
||||
- 172
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
|
||||
- `@gravyboat <https://github.com/gravyboat>`_
|
||||
- 52
|
||||
@ -34,8 +34,8 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1184479?v=4' width='36' height='36' alt='@cheuschober'>`
|
||||
- `@cheuschober <https://github.com/cheuschober>`_
|
||||
- 12
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>`
|
||||
- `@babilen5 <https://github.com/babilen5>`_
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen'>`
|
||||
- `@babilen <https://github.com/babilen>`_
|
||||
- 11
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10924313?v=4' width='36' height='36' alt='@Kurt108'>`
|
||||
- `@Kurt108 <https://github.com/Kurt108>`_
|
||||
@ -79,14 +79,17 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4956475?v=4' width='36' height='36' alt='@ross-p'>`
|
||||
- `@ross-p <https://github.com/ross-p>`_
|
||||
- 4
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/38883924?v=4' width='36' height='36' alt='@Ahummeling'>`
|
||||
- `@Ahummeling <https://github.com/Ahummeling>`_
|
||||
- 4
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/732321?v=4' width='36' height='36' alt='@gtmanfred'>`
|
||||
- `@gtmanfred <https://github.com/gtmanfred>`_
|
||||
- 4
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/214768?v=4' width='36' height='36' alt='@ixs'>`
|
||||
- `@ixs <https://github.com/ixs>`_
|
||||
- 3
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/445200?v=4' width='36' height='36' alt='@arthurlogilab'>`
|
||||
- `@arthurlogilab <https://github.com/arthurlogilab>`_
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/445200?v=4' width='36' height='36' alt='@arthurzenika'>`
|
||||
- `@arthurzenika <https://github.com/arthurzenika>`_
|
||||
- 3
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
|
||||
- `@dafyddj <https://github.com/dafyddj>`_
|
||||
@ -139,12 +142,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3180588?v=4' width='36' height='36' alt='@jeroen92'>`
|
||||
- `@jeroen92 <https://github.com/jeroen92>`_
|
||||
- 2
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>`
|
||||
- `@sticky-note <https://github.com/sticky-note>`_
|
||||
- 2
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/551789?v=4' width='36' height='36' alt='@giannello'>`
|
||||
- `@giannello <https://github.com/giannello>`_
|
||||
- 2
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/358074?v=4' width='36' height='36' alt='@pcdummy'>`
|
||||
- `@pcdummy <https://github.com/pcdummy>`_
|
||||
- 2
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/20515?v=4' width='36' height='36' alt='@scambra'>`
|
||||
- `@scambra <https://github.com/scambra>`_
|
||||
- 2
|
||||
@ -190,12 +193,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1366252?v=4' width='36' height='36' alt='@zls'>`
|
||||
- `@zls <https://github.com/zls>`_
|
||||
- 1
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
|
||||
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
|
||||
- 1
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/8792243?v=4' width='36' height='36' alt='@sc250024'>`
|
||||
- `@sc250024 <https://github.com/sc250024>`_
|
||||
- 1
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>`
|
||||
- `@sticky-note <https://github.com/sticky-note>`_
|
||||
- 1
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10833722?v=4' width='36' height='36' alt='@sylvainfaivre'>`
|
||||
- `@sylvainfaivre <https://github.com/sylvainfaivre>`_
|
||||
- 1
|
||||
@ -203,4 +206,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
||||
|
||||
----
|
||||
|
||||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-06-17.
|
||||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-03-14.
|
||||
|
@ -2,6 +2,61 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
`1.6.0 <https://github.com/saltstack-formulas/php-formula/compare/v1.5.1...v1.6.0>`_ (2022-03-14)
|
||||
-----------------------------------------------------------------------------------------------------
|
||||
|
||||
Continuous Integration
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
* update linters to latest versions [skip ci] (\ `8befefc <https://github.com/saltstack-formulas/php-formula/commit/8befefcfbe50378691cf199f900cf2ca8ba4339f>`_\ )
|
||||
* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] (\ `4f54474 <https://github.com/saltstack-formulas/php-formula/commit/4f5447451d28137f488bcb20313d6c30fe3e9dd8>`_\ )
|
||||
* **kitchen+ci:** update with ``3004`` pre-salted images/boxes [skip ci] (\ `def6993 <https://github.com/saltstack-formulas/php-formula/commit/def69936b47bfd0e65e521a3b2629b591e2a11ca>`_\ )
|
||||
* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] (\ `ded03de <https://github.com/saltstack-formulas/php-formula/commit/ded03de05e777a4c3b0a1aad8de650470c244d6a>`_\ )
|
||||
* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `2e98aed <https://github.com/saltstack-formulas/php-formula/commit/2e98aed831e0adcfdc7f34df7c29529614a4ce0e>`_\ )
|
||||
* **vagrant:** replace FreeBSD 12.2 with 12.3 [skip ci] (\ `4e5af98 <https://github.com/saltstack-formulas/php-formula/commit/4e5af9875abd9e4149db2d3e10c9f6dfcca435f2>`_\ )
|
||||
|
||||
Features
|
||||
^^^^^^^^
|
||||
|
||||
|
||||
* **modules:** add ``xmlrpc`` and ``xmlreader`` as FreeBSD ``xml`` module (\ `67e565f <https://github.com/saltstack-formulas/php-formula/commit/67e565f5e2ce83c26a79267f25317e6e4340a73e>`_\ )
|
||||
|
||||
Tests
|
||||
^^^^^
|
||||
|
||||
|
||||
* **system:** add ``build_platform_codename`` [skip ci] (\ `f159202 <https://github.com/saltstack-formulas/php-formula/commit/f1592024d507873415debcdc03aa2c885af2e4cf>`_\ )
|
||||
|
||||
`1.5.1 <https://github.com/saltstack-formulas/php-formula/compare/v1.5.0...v1.5.1>`_ (2021-09-17)
|
||||
-----------------------------------------------------------------------------------------------------
|
||||
|
||||
Bug Fixes
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
* **module:** include php version in redis module package name (\ `2f62f6f <https://github.com/saltstack-formulas/php-formula/commit/2f62f6fa4edcd660dc6247d11b99e871d963adcb>`_\ )
|
||||
* **module:** include php version in redis module package name (\ `55939d5 <https://github.com/saltstack-formulas/php-formula/commit/55939d5cd12cc8e91b5502e7181f8d826464e82d>`_\ )
|
||||
|
||||
Continuous Integration
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
* **3003.1:** update inc. AlmaLinux, Rocky & ``rst-lint`` [skip ci] (\ `c7a0c3c <https://github.com/saltstack-formulas/php-formula/commit/c7a0c3c3ea73a42a9e4682c204a620a3f7f2f2ee>`_\ )
|
||||
* **freebsd:** update with latest pre-salted Vagrant boxes [skip ci] (\ `368ca34 <https://github.com/saltstack-formulas/php-formula/commit/368ca34fabc10d7baffb1ea2c047cfe118f0569c>`_\ )
|
||||
* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `fbf2518 <https://github.com/saltstack-formulas/php-formula/commit/fbf25184558f07766b06b946f8af5b742ac7665a>`_\ )
|
||||
* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `9964b38 <https://github.com/saltstack-formulas/php-formula/commit/9964b38aa31fc44742a856bda5cdffd6aeb91a2a>`_\ )
|
||||
* **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `f8e4ba0 <https://github.com/saltstack-formulas/php-formula/commit/f8e4ba0e88e58c72ed14b8e7cf4143a446fda74b>`_\ )
|
||||
* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `c22aba7 <https://github.com/saltstack-formulas/php-formula/commit/c22aba797e7bd02200a7a9d3b13ba95bd2195fca>`_\ )
|
||||
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `4891bf6 <https://github.com/saltstack-formulas/php-formula/commit/4891bf6e77b90e6ec1a80160f48f86869aa46b88>`_\ )
|
||||
|
||||
Tests
|
||||
^^^^^
|
||||
|
||||
|
||||
* **_mapdata:** add verification file for ``debian-11`` [skip ci] (\ `9b05109 <https://github.com/saltstack-formulas/php-formula/commit/9b05109c28d05ebc11c253eabbd6bb219e7726ff>`_\ )
|
||||
* **alma+rocky:** add platforms (based on CentOS 8) [skip ci] (\ `f55d512 <https://github.com/saltstack-formulas/php-formula/commit/f55d5128ab10e9b21bbe315f4588ff13c74de68a>`_\ )
|
||||
|
||||
`1.5.0 <https://github.com/saltstack-formulas/php-formula/compare/v1.4.0...v1.5.0>`_ (2021-06-17)
|
||||
-----------------------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -140,7 +140,7 @@ Installs the php-cache-lite package.
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Installs the php-cgi package.
|
||||
Disabled on opensuse only php5-fastcgi available.
|
||||
Disabled on openSUSE, as there is only php-fastcgi available.
|
||||
|
||||
``php.cli``
|
||||
^^^^^^^^^^^^^^
|
||||
@ -557,6 +557,11 @@ Installs the php-xsl package.
|
||||
|
||||
Installs the php-zip package.
|
||||
|
||||
``php.zlib``
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Installs the php-zlib package.
|
||||
|
||||
Testing
|
||||
-------
|
||||
|
||||
|
@ -9,8 +9,8 @@ driver:
|
||||
gui: false
|
||||
ssh:
|
||||
shell: /bin/sh
|
||||
<% unless ENV['CI'] %>
|
||||
linked_clone: true
|
||||
<% unless ENV['CI'] %>
|
||||
synced_folders:
|
||||
- - '.kitchen/kitchen-vagrant/%{instance_name}/vagrant'
|
||||
- '/vagrant'
|
||||
@ -21,20 +21,12 @@ platforms:
|
||||
- name: freebsd-130-master-py3
|
||||
driver:
|
||||
box: myii/freebsd-13.0-master-py3
|
||||
synced_folders: [] # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255208
|
||||
- name: freebsd-122-master-py3
|
||||
- name: freebsd-123-master-py3
|
||||
driver:
|
||||
box: myii/freebsd-12.2-master-py3
|
||||
- name: freebsd-114-master-py3
|
||||
box: myii/freebsd-12.3-master-py3
|
||||
- name: freebsd-130-3004-0-py3
|
||||
driver:
|
||||
box: myii/freebsd-11.4-master-py3
|
||||
- name: freebsd-130-3002-6-py3
|
||||
box: myii/freebsd-13.0-3004.0-py3
|
||||
- name: freebsd-123-3004-0-py3
|
||||
driver:
|
||||
box: myii/freebsd-13.0-3002.6-py3
|
||||
synced_folders: [] # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255208
|
||||
- name: freebsd-122-3002-6-py3
|
||||
driver:
|
||||
box: myii/freebsd-12.2-3002.6-py3
|
||||
- name: freebsd-114-3002-6-py3
|
||||
driver:
|
||||
box: myii/freebsd-11.4-3002.6-py3
|
||||
box: myii/freebsd-12.3-3004.0-py3
|
||||
|
490
kitchen.yml
490
kitchen.yml
@ -6,28 +6,47 @@ driver:
|
||||
name: docker
|
||||
use_sudo: false
|
||||
privileged: true
|
||||
run_command: /lib/systemd/systemd
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
|
||||
provisioner:
|
||||
name: salt_solo
|
||||
log_level: debug
|
||||
salt_install: none
|
||||
require_chef: false
|
||||
formula: php
|
||||
salt_copy_filter:
|
||||
- .kitchen
|
||||
- .git
|
||||
|
||||
platforms:
|
||||
## SALT `tiamat`
|
||||
- name: debian-11-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:debian-11
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-10-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:debian-10
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-9-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:debian-9
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2204-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:ubuntu-22.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2004-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:ubuntu-20.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-1804-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:ubuntu-18.04
|
||||
- name: ubuntu-1604-tiamat-py3
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: centos-stream8-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:ubuntu-16.04
|
||||
- name: centos-8-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:centos-8
|
||||
image: saltimages/salt-tiamat-py3:centos-stream8
|
||||
- name: centos-7-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:centos-7
|
||||
@ -40,50 +59,60 @@ platforms:
|
||||
- name: oraclelinux-7-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:oraclelinux-7
|
||||
- name: almalinux-8-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:almalinux-8
|
||||
- name: rockylinux-8-tiamat-py3
|
||||
driver:
|
||||
image: saltimages/salt-tiamat-py3:rockylinux-8
|
||||
|
||||
## SALT `master`
|
||||
- name: debian-11-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:debian-11
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-10-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:debian-10
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-9-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:debian-9
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2204-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:ubuntu-22.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2004-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:ubuntu-20.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-1804-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:ubuntu-18.04
|
||||
- name: ubuntu-1604-master-py3
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: centos-stream8-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:ubuntu-16.04
|
||||
- name: centos-8-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:centos-8
|
||||
image: saltimages/salt-master-py3:centos-stream8
|
||||
- name: centos-7-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:centos-7
|
||||
- name: fedora-34-master-py3
|
||||
- name: fedora-36-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:fedora-34
|
||||
- name: fedora-33-master-py3
|
||||
image: saltimages/salt-master-py3:fedora-36
|
||||
- name: fedora-35-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:fedora-33
|
||||
- name: fedora-32-master-py3
|
||||
image: saltimages/salt-master-py3:fedora-35
|
||||
- name: opensuse-leap-154-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:fedora-32
|
||||
- name: opensuse-leap-152-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:opensuse-leap-15.2
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
||||
image: saltimages/salt-master-py3:opensuse-leap-15.4
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-tmbl-latest-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
@ -100,7 +129,6 @@ platforms:
|
||||
- name: arch-base-latest-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:arch-base-latest
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
- name: gentoo-stage3-latest-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:gentoo-stage3-latest
|
||||
@ -108,287 +136,150 @@ platforms:
|
||||
- name: gentoo-stage3-systemd-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:gentoo-stage3-systemd
|
||||
- name: almalinux-8-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:almalinux-8
|
||||
- name: rockylinux-8-master-py3
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:rockylinux-8
|
||||
|
||||
## SALT `3003.0`
|
||||
- name: debian-10-3003-0-py3
|
||||
## SALT `3004.1`
|
||||
- name: debian-11-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:debian-10
|
||||
- name: debian-9-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:debian-11
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-10-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:debian-9
|
||||
- name: ubuntu-2004-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:debian-10
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-9-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:ubuntu-20.04
|
||||
- name: ubuntu-1804-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:debian-9
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2204-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:ubuntu-18.04
|
||||
- name: centos-8-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:ubuntu-22.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2004-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:centos-8
|
||||
- name: centos-7-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:ubuntu-20.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-1804-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:centos-7
|
||||
- name: fedora-34-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:ubuntu-18.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: centos-stream8-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:fedora-34
|
||||
- name: fedora-33-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:centos-stream8
|
||||
- name: centos-7-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:fedora-33
|
||||
- name: fedora-32-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:centos-7
|
||||
- name: fedora-36-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:fedora-32
|
||||
- name: amazonlinux-2-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:fedora-36
|
||||
- name: fedora-35-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:fedora-35
|
||||
- name: amazonlinux-2-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:arch-base-latest
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
- name: gentoo-stage3-latest-3003-0-py3
|
||||
image: saltimages/salt-3004.1-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:gentoo-stage3-latest
|
||||
image: saltimages/salt-3004.1-py3:arch-base-latest
|
||||
- name: gentoo-stage3-latest-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3004.1-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3003-0-py3
|
||||
- name: gentoo-stage3-systemd-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3003.0-py3:gentoo-stage3-systemd
|
||||
image: saltimages/salt-3004.1-py3:gentoo-stage3-systemd
|
||||
- name: almalinux-8-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3004.1-py3:almalinux-8
|
||||
- name: rockylinux-8-3004-1-py3
|
||||
driver:
|
||||
image: saltimages/salt-3004.1-py3:rockylinux-8
|
||||
|
||||
## SALT `3002.6`
|
||||
- name: debian-10-3002-6-py3
|
||||
## SALT `3004.0`
|
||||
- name: opensuse-leap-154-3004-0-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:debian-10
|
||||
- name: debian-9-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:debian-9
|
||||
- name: ubuntu-2004-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:ubuntu-20.04
|
||||
- name: ubuntu-1804-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:ubuntu-18.04
|
||||
- name: ubuntu-1604-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:ubuntu-16.04
|
||||
- name: centos-8-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:centos-8
|
||||
- name: centos-7-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:centos-7
|
||||
- name: fedora-34-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:fedora-34
|
||||
- name: fedora-33-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:fedora-33
|
||||
- name: fedora-32-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:fedora-32
|
||||
- name: amazonlinux-2-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3002-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.6-py3:arch-base-latest
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
|
||||
## SALT `3002.5`
|
||||
- name: gentoo-stage3-latest-3002-5-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.5-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3002-5-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.5-py3:gentoo-stage3-systemd
|
||||
|
||||
## SALT `3002.2`
|
||||
- name: opensuse-leap-152-3002-2-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.2-py3:opensuse-leap-15.2
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
||||
image: saltimages/salt-3004.0-py3:opensuse-leap-15.3
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-tmbl-latest-3002-2-py3
|
||||
- name: opensuse-tmbl-latest-3004-0-py3
|
||||
driver:
|
||||
image: saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
image: saltimages/salt-3004.0-py3:opensuse-tumbleweed-latest
|
||||
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
|
||||
## SALT `3001.7`
|
||||
- name: debian-10-3001-7-py3
|
||||
## SALT `3003.4`
|
||||
- name: debian-10-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:debian-10
|
||||
- name: debian-9-3001-7-py3
|
||||
image: saltimages/salt-3003.4-py3:debian-10
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: debian-9-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:debian-9
|
||||
- name: ubuntu-2004-3001-7-py3
|
||||
image: saltimages/salt-3003.4-py3:debian-9
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-2004-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:ubuntu-20.04
|
||||
- name: ubuntu-1804-3001-7-py3
|
||||
image: saltimages/salt-3003.4-py3:ubuntu-20.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-1804-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:ubuntu-18.04
|
||||
- name: ubuntu-1604-3001-7-py3
|
||||
image: saltimages/salt-3003.4-py3:ubuntu-18.04
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: centos-stream8-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:ubuntu-16.04
|
||||
- name: centos-8-3001-7-py3
|
||||
image: saltimages/salt-3003.4-py3:centos-stream8
|
||||
- name: centos-7-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:centos-8
|
||||
- name: centos-7-3001-7-py3
|
||||
image: saltimages/salt-3003.4-py3:centos-7
|
||||
- name: amazonlinux-2-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:centos-7
|
||||
- name: fedora-34-3001-7-py3
|
||||
image: saltimages/salt-3003.4-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:fedora-34
|
||||
- name: fedora-33-3001-7-py3
|
||||
image: saltimages/salt-3003.4-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:fedora-33
|
||||
- name: fedora-32-3001-7-py3
|
||||
image: saltimages/salt-3003.4-py3:oraclelinux-7
|
||||
- name: almalinux-8-3003-4-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:fedora-32
|
||||
- name: opensuse-leap-152-3001-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:opensuse-leap-15.2
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-tmbl-latest-3001-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: amazonlinux-2-3001-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3001-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3001-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:oraclelinux-7
|
||||
- name: arch-base-latest-3001-7-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.7-py3:arch-base-latest
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
|
||||
## SALT `3001.6`
|
||||
- name: gentoo-stage3-latest-3001-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.6-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3001-6-py3
|
||||
driver:
|
||||
image: saltimages/salt-3001.6-py3:gentoo-stage3-systemd
|
||||
|
||||
## SALT `3000.9`
|
||||
- name: debian-10-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:debian-10
|
||||
- name: debian-9-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:debian-9
|
||||
- name: ubuntu-1804-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:ubuntu-18.04
|
||||
- name: ubuntu-1604-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:ubuntu-16.04
|
||||
- name: centos-8-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:centos-8
|
||||
- name: centos-7-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:centos-7
|
||||
- name: opensuse-leap-152-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:opensuse-leap-15.2
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: amazonlinux-2-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:amazonlinux-2
|
||||
- name: oraclelinux-8-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:oraclelinux-8
|
||||
- name: oraclelinux-7-3000-9-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py3:oraclelinux-7
|
||||
- name: ubuntu-1804-3000-9-py2
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py2:ubuntu-18.04
|
||||
- name: ubuntu-1604-3000-9-py2
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py2:ubuntu-16.04
|
||||
- name: arch-base-latest-3000-9-py2
|
||||
driver:
|
||||
image: saltimages/salt-3000.9-py2:arch-base-latest
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
|
||||
## SALT `3000.8`
|
||||
- name: gentoo-stage3-latest-3000-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.8-py3:gentoo-stage3-latest
|
||||
run_command: /sbin/init
|
||||
- name: gentoo-stage3-systemd-3000-8-py3
|
||||
driver:
|
||||
image: saltimages/salt-3000.8-py3:gentoo-stage3-systemd
|
||||
|
||||
provisioner:
|
||||
name: salt_solo
|
||||
log_level: debug
|
||||
salt_install: none
|
||||
require_chef: false
|
||||
formula: php
|
||||
salt_copy_filter:
|
||||
- .kitchen
|
||||
- .git
|
||||
image: saltimages/salt-3003.4-py3:almalinux-8
|
||||
|
||||
verifier:
|
||||
# https://www.inspec.io/
|
||||
name: inspec
|
||||
sudo: true
|
||||
# cli, documentation, html, progress, json, json-min, json-rspec, junit
|
||||
reporter:
|
||||
# cli, documentation, html, progress, json, json-min, json-rspec, junit
|
||||
- cli
|
||||
|
||||
suites:
|
||||
- name: debian
|
||||
includes:
|
||||
- debian-11-tiamat-py3
|
||||
- debian-10-tiamat-py3
|
||||
- debian-9-tiamat-py3
|
||||
- debian-11-master-py3
|
||||
- debian-10-master-py3
|
||||
- debian-9-master-py3
|
||||
- debian-10-3003-0-py3
|
||||
- debian-9-3003-0-py3
|
||||
- debian-10-3002-6-py3
|
||||
- debian-9-3002-6-py3
|
||||
- debian-10-3001-7-py3
|
||||
- debian-9-3001-7-py3
|
||||
- debian-10-3000-9-py3
|
||||
- debian-9-3000-9-py3
|
||||
- debian-11-3004-1-py3
|
||||
- debian-10-3004-1-py3
|
||||
- debian-9-3004-1-py3
|
||||
- debian-10-3003-4-py3
|
||||
- debian-9-3003-4-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
@ -412,24 +303,17 @@ suites:
|
||||
- path: test/integration/default
|
||||
- name: ubuntu
|
||||
includes:
|
||||
- ubuntu-2204-tiamat-py3
|
||||
- ubuntu-2004-tiamat-py3
|
||||
- ubuntu-1804-tiamat-py3
|
||||
- ubuntu-1604-tiamat-py3
|
||||
- ubuntu-2204-master-py3
|
||||
- ubuntu-2004-master-py3
|
||||
- ubuntu-1804-master-py3
|
||||
- ubuntu-1604-master-py3
|
||||
- ubuntu-2004-3003-0-py3
|
||||
- ubuntu-1804-3003-0-py3
|
||||
- ubuntu-2004-3002-6-py3
|
||||
- ubuntu-1804-3002-6-py3
|
||||
- ubuntu-1604-3002-6-py3
|
||||
- ubuntu-2004-3001-7-py3
|
||||
- ubuntu-1804-3001-7-py3
|
||||
- ubuntu-1604-3001-7-py3
|
||||
- ubuntu-1804-3000-9-py3
|
||||
- ubuntu-1604-3000-9-py3
|
||||
- ubuntu-1804-3000-9-py2
|
||||
- ubuntu-1604-3000-9-py2
|
||||
- ubuntu-2204-3004-1-py3
|
||||
- ubuntu-2004-3004-1-py3
|
||||
- ubuntu-1804-3004-1-py3
|
||||
- ubuntu-2004-3003-4-py3
|
||||
- ubuntu-1804-3003-4-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
@ -455,48 +339,37 @@ suites:
|
||||
- path: test/integration/default
|
||||
- name: redhat
|
||||
includes:
|
||||
- centos-8-tiamat-py3
|
||||
- centos-stream8-tiamat-py3
|
||||
- centos-7-tiamat-py3
|
||||
- amazonlinux-2-tiamat-py3
|
||||
- oraclelinux-8-tiamat-py3
|
||||
- oraclelinux-7-tiamat-py3
|
||||
- centos-8-master-py3
|
||||
- almalinux-8-tiamat-py3
|
||||
- rockylinux-8-tiamat-py3
|
||||
- centos-stream8-master-py3
|
||||
- centos-7-master-py3
|
||||
- fedora-34-master-py3
|
||||
- fedora-33-master-py3
|
||||
- fedora-32-master-py3
|
||||
- fedora-36-master-py3
|
||||
- fedora-35-master-py3
|
||||
- amazonlinux-2-master-py3
|
||||
- oraclelinux-8-master-py3
|
||||
- oraclelinux-7-master-py3
|
||||
- centos-8-3003-0-py3
|
||||
- centos-7-3003-0-py3
|
||||
- fedora-34-3003-0-py3
|
||||
- fedora-33-3003-0-py3
|
||||
- fedora-32-3003-0-py3
|
||||
- amazonlinux-2-3003-0-py3
|
||||
- oraclelinux-8-3003-0-py3
|
||||
- oraclelinux-7-3003-0-py3
|
||||
- centos-8-3002-6-py3
|
||||
- centos-7-3002-6-py3
|
||||
- fedora-34-3002-6-py3
|
||||
- fedora-33-3002-6-py3
|
||||
- fedora-32-3002-6-py3
|
||||
- amazonlinux-2-3002-6-py3
|
||||
- oraclelinux-8-3002-6-py3
|
||||
- oraclelinux-7-3002-6-py3
|
||||
- centos-8-3001-7-py3
|
||||
- centos-7-3001-7-py3
|
||||
- fedora-34-3001-7-py3
|
||||
- fedora-33-3001-7-py3
|
||||
- fedora-32-3001-7-py3
|
||||
- amazonlinux-2-3001-7-py3
|
||||
- oraclelinux-8-3001-7-py3
|
||||
- oraclelinux-7-3001-7-py3
|
||||
- centos-8-3000-9-py3
|
||||
- centos-7-3000-9-py3
|
||||
- amazonlinux-2-3000-9-py3
|
||||
- oraclelinux-8-3000-9-py3
|
||||
- oraclelinux-7-3000-9-py3
|
||||
- almalinux-8-master-py3
|
||||
- rockylinux-8-master-py3
|
||||
- centos-stream8-3004-1-py3
|
||||
- centos-7-3004-1-py3
|
||||
- fedora-36-3004-1-py3
|
||||
- fedora-35-3004-1-py3
|
||||
- amazonlinux-2-3004-1-py3
|
||||
- oraclelinux-8-3004-1-py3
|
||||
- oraclelinux-7-3004-1-py3
|
||||
- almalinux-8-3004-1-py3
|
||||
- rockylinux-8-3004-1-py3
|
||||
- centos-stream8-3003-4-py3
|
||||
- centos-7-3003-4-py3
|
||||
- amazonlinux-2-3003-4-py3
|
||||
- oraclelinux-8-3003-4-py3
|
||||
- oraclelinux-7-3003-4-py3
|
||||
- almalinux-8-3003-4-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
@ -515,13 +388,10 @@ suites:
|
||||
- path: test/integration/default
|
||||
- name: suse
|
||||
includes:
|
||||
- opensuse-leap-152-master-py3
|
||||
- opensuse-leap-154-master-py3
|
||||
- opensuse-tmbl-latest-master-py3
|
||||
- opensuse-leap-152-3002-2-py3
|
||||
- opensuse-tmbl-latest-3002-2-py3
|
||||
- opensuse-leap-152-3001-7-py3
|
||||
- opensuse-tmbl-latest-3001-7-py3
|
||||
- opensuse-leap-152-3000-9-py3
|
||||
- opensuse-leap-154-3004-0-py3
|
||||
- opensuse-tmbl-latest-3004-0-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
@ -541,11 +411,9 @@ suites:
|
||||
- name: freebsd
|
||||
includes:
|
||||
- freebsd-130-master-py3
|
||||
- freebsd-122-master-py3
|
||||
- freebsd-114-master-py3
|
||||
- freebsd-130-3002-6-py3
|
||||
- freebsd-122-3002-6-py3
|
||||
- freebsd-114-3002-6-py3
|
||||
- freebsd-123-master-py3
|
||||
- freebsd-130-3004-0-py3
|
||||
- freebsd-123-3004-0-py3
|
||||
provisioner:
|
||||
state_top:
|
||||
base:
|
||||
|
@ -45,9 +45,9 @@ update-composer:
|
||||
cmd.run:
|
||||
- name: "{{ install_file }} selfupdate"
|
||||
{% if grains['os_family'] == 'FreeBSD' %}
|
||||
- unless: test $(date -v+60d -j -f "%Y-%m-%d %H:%M:%S" "$({{ install_file }} --version | cut -d ' ' -f 4,5)" "+%s") -gt $(date "+%s")
|
||||
- unless: test $(date -v+60d -j -f "%Y-%m-%d %H:%M:%S" "$({{ install_file }} --version --no-interaction | cut -d ' ' -f 4,5)" "+%s") -gt $(date "+%s")
|
||||
{% else %}
|
||||
- unless: test $(date -d "60 days $({{ install_file }} --version | cut -d ' ' -f 4,5)" "+%s") -gt $(date "+%s")
|
||||
- unless: test $(date -d "60 days $({{ install_file }} --version --no-interaction | cut -d ' ' -f 4,5)" "+%s") -gt $(date "+%s")
|
||||
{% endif %}
|
||||
- cwd: {{ php.lookup.pkgs.local_bin }}
|
||||
- env:
|
||||
|
@ -56,12 +56,16 @@ php_fpm_conf_config_{{ version }}:
|
||||
{%- set conf_settings = php.lookup.fpm.defaults %}
|
||||
{%- do conf_settings.update(php.fpm.config.conf.settings) %}
|
||||
|
||||
{#-
|
||||
FIX-LIBERTACASA: prevent conflicts with packaged PHP INI configurations, to-do: solve in default map instead:
|
||||
https://github.com/saltstack-formulas/php-formula/pull/238#issuecomment-1445219305
|
||||
php_fpm_ini_config:
|
||||
{{ php_ini(php.lookup.fpm.ini,
|
||||
'php_fpm_ini_config',
|
||||
php.fpm.config.ini.opts,
|
||||
ini_settings
|
||||
) }}
|
||||
#}
|
||||
|
||||
php_fpm_conf_config:
|
||||
{{ php_ini(php.lookup.fpm.conf,
|
||||
|
@ -36,15 +36,15 @@ extend:
|
||||
php_fpm_service:
|
||||
service:
|
||||
- watch:
|
||||
- file: php_fpm_ini_config
|
||||
# - file: php_fpm_ini_config
|
||||
- file: php_fpm_conf_config
|
||||
- require:
|
||||
- sls: php.fpm.config
|
||||
|
||||
php_fpm_ini_config:
|
||||
file:
|
||||
- require:
|
||||
- pkg: php_install_fpm
|
||||
# php_fpm_ini_config:
|
||||
# file:
|
||||
# - require:
|
||||
# - pkg: php_install_fpm
|
||||
|
||||
php_fpm_conf_config:
|
||||
file:
|
||||
|
@ -79,7 +79,7 @@
|
||||
'phpenmod_command': 'phpenmod -v' + php_version,
|
||||
'pspell': 'php' + php_version + '-pspell',
|
||||
'readline': 'php' + php_version + '-readline',
|
||||
'redis': 'php-redis',
|
||||
'redis': 'php' + php_version + '-redis',
|
||||
'seclib': ['php-phpseclib', 'php-seclib'],
|
||||
'snmp': 'php' + php_version + '-snmp',
|
||||
'soap': 'php' + php_version + '-soap',
|
||||
@ -772,7 +772,7 @@
|
||||
'php': 'php',
|
||||
'phpenmod_command': 'phpenmod',
|
||||
'pspell': 'php-pspell',
|
||||
'redis': 'php-redis',
|
||||
'redis': 'php' + php_version + '-redis',
|
||||
'seclib': ['php-phpseclib', 'php-seclib'],
|
||||
'snmp': 'php-snmp',
|
||||
'soap': 'php-soap',
|
||||
@ -1165,7 +1165,7 @@
|
||||
'php': 'php',
|
||||
'phpenmod_command': 'phpenmod',
|
||||
'pspell': 'php-pspell',
|
||||
'redis': 'php-redis',
|
||||
'redis': 'php' + php_version + '-redis',
|
||||
'seclib': ['php-phpseclib', 'php-seclib'],
|
||||
'snmp': 'php-snmp',
|
||||
'soap': 'php-soap',
|
||||
@ -1558,7 +1558,7 @@
|
||||
'php': 'php',
|
||||
'phpenmod_command': 'phpenmod',
|
||||
'pspell': 'php-pspell',
|
||||
'redis': 'php-redis',
|
||||
'redis': 'php' + php_version + '-redis',
|
||||
'seclib': ['php-phpseclib', 'php-seclib'],
|
||||
'snmp': 'php-snmp',
|
||||
'soap': 'php-soap',
|
||||
@ -2387,7 +2387,7 @@
|
||||
'phpenmod_command': 'phpenmod -v' + php_version,
|
||||
'pspell': 'php' + php_version + '-pspell',
|
||||
'readline': 'php' + php_version + '-readline',
|
||||
'redis': 'php-redis',
|
||||
'redis': 'php' + php_version + '-redis',
|
||||
'seclib': ['php-phpseclib', 'php-seclib'],
|
||||
'snmp': 'php' + php_version + '-snmp',
|
||||
'soap': 'php' + php_version + '-soap',
|
||||
@ -3000,47 +3000,43 @@
|
||||
},
|
||||
'Suse': {
|
||||
'pkgs': {
|
||||
'adodb': 'php5-dba',
|
||||
'apache2': 'apache2-mod_php5',
|
||||
'cli': 'php5',
|
||||
'curl': 'php5-curl',
|
||||
'fpm': 'php5-fpm',
|
||||
'gd': 'php5-gd',
|
||||
'imap': 'php5-imap',
|
||||
'intl': 'php5-intl',
|
||||
'json': 'php5-json',
|
||||
'ldap': 'php5-ldap',
|
||||
'mbstring': 'php5-mbstring',
|
||||
'mcrypt': 'php5-mcrypt',
|
||||
'mysql': 'php5-mysql',
|
||||
'oauth': 'php5-oauth',
|
||||
'pear': 'php5-pear',
|
||||
'pgsql': 'php5-pgsql',
|
||||
'php': 'php5',
|
||||
'snmp': 'php5-snmp',
|
||||
'soap': 'php5-soap',
|
||||
'sqlite': 'php5-sqlite',
|
||||
'suhosin': 'php5-suhosin',
|
||||
'xml': ['php5-xmlreader','php5-xmlwriter','php5-xmlrpc'],
|
||||
'zip': 'php5-zip',
|
||||
'adodb': 'php8-dba',
|
||||
'apache2': 'apache2-mod_php8',
|
||||
'cli': 'php8',
|
||||
'curl': 'php8-curl',
|
||||
'fpm': 'php8-fpm',
|
||||
'gd': 'php8-gd',
|
||||
'imap': 'php8-imap',
|
||||
'intl': 'php8-intl',
|
||||
'json': 'php8-json',
|
||||
'ldap': 'php8-ldap',
|
||||
'mbstring': 'php8-mbstring',
|
||||
'mcrypt': 'php8-mcrypt',
|
||||
'mysql': 'php8-mysql',
|
||||
'oauth': 'php8-oauth',
|
||||
'pear': 'php8-pear',
|
||||
'pgsql': 'php8-pgsql',
|
||||
'php': 'php8',
|
||||
'snmp': 'php8-snmp',
|
||||
'soap': 'php8-soap',
|
||||
'sqlite': 'php8-sqlite',
|
||||
'suhosin': 'php8-suhosin',
|
||||
'xml': ['php8-xmlreader','php8-xmlwriter','php8-xmlrpc'],
|
||||
'zip': 'php8-zip',
|
||||
},
|
||||
'fpm': {
|
||||
'conf': '/etc/php-fpm.conf',
|
||||
'ini': '/etc/php.ini',
|
||||
'pools': '/etc/php-fpm.d',
|
||||
'conf': '/etc/php8/fpm/php-fpm.conf',
|
||||
'ini': '/etc/php8/conf.d/salt.ini',
|
||||
'pools': '/etc/php8/fpm/php-fpm.d',
|
||||
'service': 'php-fpm',
|
||||
'user': 'root',
|
||||
'group': 'root',
|
||||
'defaults': {
|
||||
'global': {
|
||||
'pid': '/var/run/php-fpm/php-fpm.pid',
|
||||
'error_log': '/var/log/php-fpm/error.log',
|
||||
},
|
||||
'include': '/etc/php-fpm.d/*.conf',
|
||||
'include': '/etc/php8/fpm/php-fpm.d/*.conf',
|
||||
},
|
||||
},
|
||||
'cli': {
|
||||
'ini': '/etc/php.ini',
|
||||
'ini': '/etc/php8/cli/php.ini',
|
||||
},
|
||||
},
|
||||
'Arch': {
|
||||
@ -3122,11 +3118,15 @@
|
||||
'filter': 'php' + freebsd_php_version + '-filter',
|
||||
'fileinfo': 'php' + freebsd_php_version + '-fileinfo',
|
||||
'fpm': 'php' + freebsd_php_version,
|
||||
'gettext': 'php' + freebsd_php_version + '-gettext',
|
||||
'gd': 'php' + freebsd_php_version + '-gd',
|
||||
'hash': 'php' + freebsd_php_version + '-hash',
|
||||
'iconv': 'php' + freebsd_php_version + '-iconv',
|
||||
'imagick': 'php' + freebsd_php_version + '-pecl-imagick',
|
||||
'imap': 'php' + freebsd_php_version + '-imap',
|
||||
'intl': 'php' + freebsd_php_version + '-intl',
|
||||
'json': 'php' + freebsd_php_version + '-json',
|
||||
'ldap': 'php' + freebsd_php_version + '-ldap',
|
||||
'local_bin': '/usr/local/bin',
|
||||
'memcached': 'php' + freebsd_php_version + '-pecl-memcached',
|
||||
'mbstring': 'php' + freebsd_php_version + '-mbstring',
|
||||
@ -3147,10 +3147,11 @@
|
||||
'temp_dir': '/tmp',
|
||||
'tokenizer': 'php' + freebsd_php_version + '-tokenizer',
|
||||
'xdebug': 'php' + freebsd_php_version + '-pecl-xdebug',
|
||||
'xml': 'php' + freebsd_php_version + '-xml',
|
||||
'xml': ['php' + freebsd_php_version + '-xml','php' + freebsd_php_version + '-xmlreader','php' + freebsd_php_version + '-xmlrpc'],
|
||||
'xmlwriter': 'php' + freebsd_php_version + '-xmlwriter',
|
||||
'xsl': 'php' + freebsd_php_version + '-xsl',
|
||||
'zip': 'php' + freebsd_php_version + '-zip',
|
||||
'zlib': 'php' + freebsd_php_version + '-zlib',
|
||||
},
|
||||
'fpm': {
|
||||
'conf': '/usr/local/etc/php-fpm.conf',
|
||||
|
2
php/zlib.sls
Normal file
2
php/zlib.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'zlib' %}
|
||||
{% include "php/installed.jinja" %}
|
@ -7,16 +7,16 @@ sed -i -e "s_^\(version:\).*_\1 ${1}_" FORMULA
|
||||
|
||||
|
||||
###############################################################################
|
||||
# (B) Use `m2r` to convert automatically produced `.md` docs to `.rst`
|
||||
# (B) Use `m2r2` to convert automatically produced `.md` docs to `.rst`
|
||||
###############################################################################
|
||||
|
||||
# Install `m2r`
|
||||
pip3 install m2r
|
||||
# Install `m2r2`
|
||||
pip3 install m2r2
|
||||
|
||||
# Copy and then convert the `.md` docs
|
||||
cp ./*.md docs/
|
||||
cd docs/ || exit
|
||||
m2r --overwrite ./*.md
|
||||
m2r2 --overwrite ./*.md
|
||||
|
||||
# Change excess `H1` headings to `H2` in converted `CHANGELOG.rst`
|
||||
sed -i -e '/^=.*$/s/=/-/g' CHANGELOG.rst
|
||||
|
@ -9,17 +9,13 @@ control 'Php package' do
|
||||
it { should be_installed }
|
||||
end
|
||||
|
||||
describe package('php-redis') do
|
||||
it { should be_installed }
|
||||
end
|
||||
|
||||
describe package('php-xdebug') do
|
||||
it { should be_installed }
|
||||
end
|
||||
|
||||
%w[
|
||||
bz2 cli curl fpm gd imap intl mbstring
|
||||
mysql readline xml zip
|
||||
mysql readline redis xml zip
|
||||
].each do |pkg|
|
||||
describe package("php5.6-#{pkg}") do
|
||||
it { should be_installed }
|
||||
@ -39,7 +35,7 @@ control 'Php package' do
|
||||
end
|
||||
|
||||
def test_suse
|
||||
describe package('php7') do
|
||||
describe package('php8') do
|
||||
it { should be_installed }
|
||||
end
|
||||
end
|
||||
|
324
test/integration/default/files/_mapdata/almalinux-8.yaml
Normal file
324
test/integration/default/files/_mapdata/almalinux-8.yaml
Normal file
@ -0,0 +1,324 @@
|
||||
# yamllint disable rule:indentation rule:line-length
|
||||
# AlmaLinux-8
|
||||
---
|
||||
values:
|
||||
apache2:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
cli:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
fpm:
|
||||
config:
|
||||
conf:
|
||||
opts: {}
|
||||
settings: {}
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
pools:
|
||||
default.conf:
|
||||
enabled: false
|
||||
opts: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
hhvm:
|
||||
config:
|
||||
php:
|
||||
opts: {}
|
||||
settings: {}
|
||||
server:
|
||||
opts: {}
|
||||
settings: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
ini:
|
||||
defaults:
|
||||
CLI Server:
|
||||
cli_server.color: 'On'
|
||||
Date:
|
||||
date.timezone: America/New_York
|
||||
Interbase:
|
||||
ibase.allow_persistent: 1
|
||||
ibase.dateformat: '"%Y-%m-%d"'
|
||||
ibase.max_links: -1
|
||||
ibase.max_persistent: -1
|
||||
ibase.timeformat: '"%H:%M:%S"'
|
||||
ibase.timestampformat: '"%Y-%m-%d %H:%M:%S"'
|
||||
MSSQL:
|
||||
mssql.allow_persistent: 'On'
|
||||
mssql.compatibility_mode: 'Off'
|
||||
mssql.max_links: -1
|
||||
mssql.max_persistent: -1
|
||||
mssql.min_error_severity: 10
|
||||
mssql.min_message_severity: 10
|
||||
mssql.secure_connection: 'Off'
|
||||
MySQL:
|
||||
mysql.allow_local_infile: 'On'
|
||||
mysql.allow_persistent: 'On'
|
||||
mysql.cache_size: '2000'
|
||||
mysql.connect_timeout: 60
|
||||
mysql.max_links: -1
|
||||
mysql.max_persistent: -1
|
||||
mysql.trace_mode: 'Off'
|
||||
MySQLi:
|
||||
mysqli.allow_persistent: 'On'
|
||||
mysqli.cache_size: 2000
|
||||
mysqli.default_port: 3306
|
||||
mysqli.max_links: -1
|
||||
mysqli.max_persistent: -1
|
||||
mysqli.reconnect: 'Off'
|
||||
ODBC:
|
||||
odbc.allow_persistent: 'On'
|
||||
odbc.check_persistent: 'On'
|
||||
odbc.defaultbinmode: 1
|
||||
odbc.defaultlrl: 4096
|
||||
odbc.max_links: '-1'
|
||||
odbc.max_persistent: '-1'
|
||||
PHP:
|
||||
allow_url_fopen: 'On'
|
||||
allow_url_include: 'Off'
|
||||
asp_tags: 'Off'
|
||||
auto_globals_jit: 'On'
|
||||
default_mimetype: '"text/html"'
|
||||
default_socket_timeout: 60
|
||||
disable_functions:
|
||||
- pcntl_alarm
|
||||
- pcntl_fork
|
||||
- pcntl_waitpid
|
||||
- pcntl_wait
|
||||
- pcntl_wifexited
|
||||
- pcntl_wifstopped
|
||||
- pcntl_wifsignaled
|
||||
- pcntl_wexitstatus
|
||||
- pcntl_wtermsig
|
||||
- pcntl_wstopsig
|
||||
- pcntl_signal
|
||||
- pcntl_signal_dispatch
|
||||
- pcntl_get_last_error
|
||||
- pcntl_strerror
|
||||
- pcntl_sigprocmask
|
||||
- pcntl_sigwaitinfo
|
||||
- pcntl_sigtimedwait
|
||||
- pcntl_exec
|
||||
- pcntl_getpriority
|
||||
- pcntl_setpriority
|
||||
display_errors: 'Off'
|
||||
display_startup_errors: 'Off'
|
||||
enable_dl: 'Off'
|
||||
engine: 'On'
|
||||
error_reporting:
|
||||
- E_ALL
|
||||
- ~E_DEPRECATED
|
||||
- ~E_STRICT
|
||||
expose_php: 'On'
|
||||
file_uploads: 'On'
|
||||
html_errors: 'On'
|
||||
ignore_repeated_errors: 'Off'
|
||||
ignore_repeated_source: 'Off'
|
||||
implicit_flush: 'Off'
|
||||
log_errors: 'On'
|
||||
log_errors_max_len: 1024
|
||||
max_execution_time: 30
|
||||
max_file_uploads: 20
|
||||
max_input_nesting_level: 64
|
||||
max_input_time: 60
|
||||
max_input_vars: 1000
|
||||
memory_limit: 128M
|
||||
output_buffering: 4096
|
||||
post_max_size: 8M
|
||||
precision: 14
|
||||
register_argc_argv: 'Off'
|
||||
report_memleaks: 'On'
|
||||
request_order: GP
|
||||
serialize_precision: 17
|
||||
short_open_tag: 'Off'
|
||||
track_errors: 'Off'
|
||||
upload_max_filesize: 2M
|
||||
variables_order: GPCS
|
||||
zend.enable_gc: 'On'
|
||||
zlib.output_compression: 'Off'
|
||||
Pdo_mysql:
|
||||
pdo_mysql.cache_size: 2000
|
||||
PostgreSQL:
|
||||
pgsql.allow_persistent: 'On'
|
||||
pgsql.auto_reset_persistent: 'Off'
|
||||
pgsql.ignore_notice: 0
|
||||
pgsql.log_notice: 0
|
||||
pgsql.max_links: -1
|
||||
pgsql.max_persistent: -1
|
||||
SQL:
|
||||
sql.safe_mode: 'Off'
|
||||
Session:
|
||||
session.auto_start: 0
|
||||
session.bug_compat_42: 'Off'
|
||||
session.bug_compat_warn: 'Off'
|
||||
session.cache_expire: '180'
|
||||
session.cache_limiter: nocache
|
||||
session.cookie_lifetime: 0
|
||||
session.cookie_path: /
|
||||
session.gc_divisor: 1000
|
||||
session.gc_maxlifetime: 1440
|
||||
session.gc_probability: 0
|
||||
session.hash_bits_per_character: 5
|
||||
session.hash_function: 0
|
||||
session.name: PHPSESSID
|
||||
session.save_handler: files
|
||||
session.serialize_handler: php
|
||||
session.use_cookies: 1
|
||||
session.use_only_cookies: 1
|
||||
session.use_strict_mode: 0
|
||||
session.use_trans_sid: 0
|
||||
url_rewriter.tags: '"a=href,area=href,frame=src,input=src,form=fakeentry"'
|
||||
Sybase-CT:
|
||||
sybct.allow_persistent: 'On'
|
||||
sybct.max_links: -1
|
||||
sybct.max_persistent: -1
|
||||
sybct.min_client_severity: 10
|
||||
sybct.min_server_severity: 10
|
||||
Tidy:
|
||||
tidy.clean_output: 'Off'
|
||||
bcmath:
|
||||
bcmath.scale: 0
|
||||
ldap:
|
||||
ldap.max_links: -1
|
||||
mail function:
|
||||
SMTP: localhost
|
||||
mail.add_x_header: 'On'
|
||||
mysqlnd:
|
||||
mysqlnd.collect_memory_statistics: 'Off'
|
||||
mysqlnd.collect_statistics: 'On'
|
||||
soap:
|
||||
soap.wsdl_cache_dir: '"/tmp"'
|
||||
soap.wsdl_cache_enabled: 1
|
||||
soap.wsdl_cache_limit: 5
|
||||
soap.wsdl_cache_ttl: 86400
|
||||
lookup:
|
||||
cli:
|
||||
ini: /etc/php.ini
|
||||
fpm:
|
||||
conf: /etc/php-fpm.conf
|
||||
defaults:
|
||||
global:
|
||||
error_log: /var/log/php-fpm/error.log
|
||||
pid: /var/run/php-fpm/php-fpm.pid
|
||||
include: /etc/php-fpm.d/*.conf
|
||||
group: root
|
||||
ini: /etc/php.ini
|
||||
pools: /etc/php-fpm.d
|
||||
service: php-fpm
|
||||
user: root
|
||||
pkgs:
|
||||
adodb: php-adodb
|
||||
apc: php-pecl-apc
|
||||
apcu: php-pecl-apcu
|
||||
auth-sasl: php-pear-Auth-SASL
|
||||
bcmath: php-bcmath
|
||||
build_pkgs:
|
||||
- openssl-devel
|
||||
- gcc
|
||||
cache-lite: php-pear-Cache-Lite
|
||||
cgi: php-cgi
|
||||
cli: php-cli
|
||||
composer: composer
|
||||
composer_bin: composer
|
||||
console-table: php-pear-Console-Table
|
||||
curl:
|
||||
- php-common
|
||||
- curl
|
||||
dba:
|
||||
- php-dba
|
||||
- dba
|
||||
dev: php-devel
|
||||
ext_conf_path: /etc/php.d
|
||||
fpm: php-fpm
|
||||
gd: php-gd
|
||||
geoip: php-pecl-geoip
|
||||
geshi: php-geshi
|
||||
gettext: php-php-gettext
|
||||
http: php-pecl-http
|
||||
imagick: php-pecl-imagick
|
||||
imap: php-imap
|
||||
intl: php-intl
|
||||
json: php-common
|
||||
ldap: php-ldap
|
||||
local_bin: /usr/local/bin
|
||||
mail: php-pear-Mail
|
||||
mbstring: php-mbstring
|
||||
mcrypt: php-mcrypt
|
||||
memcache: php-pecl-memcache
|
||||
memcached: php-pecl-memcached
|
||||
mysql: php-mysql
|
||||
mysqlnd: php-mysqlnd
|
||||
net-smtp: php-pear-Net-SMTP
|
||||
net4: php-pear-Net-IPv4
|
||||
oauth: php-pecl-oauth
|
||||
opcache: php-pecl-zendopcache
|
||||
pear: php-pear
|
||||
pgsql: php-pgsql
|
||||
php: php
|
||||
pspell: php-pspell
|
||||
redis: php-pecl-redis
|
||||
seclib: php-phpseclib
|
||||
snmp: php-snmp
|
||||
soap: php-soap
|
||||
sqlite: php-pdo
|
||||
ssh2: php-pecl-ssh2
|
||||
suhosin5_ext: suhosin.so
|
||||
suhosin5_repo: https://github.com/sektioneins/suhosin
|
||||
suhosin7_ext: suhosin7.so
|
||||
suhosin7_repo: https://github.com/sektioneins/suhosin7
|
||||
tcpdf: php-tcpdf
|
||||
temp_dir: /tmp
|
||||
tidy: php-tidy
|
||||
uuid: php-pecl-uuid
|
||||
xcache: php-xcache
|
||||
xdebug: php-pecl-xdebug
|
||||
xml:
|
||||
- php-xml
|
||||
- php-xmlrpc
|
||||
xsl: php-xml
|
||||
zip: php
|
||||
xcache:
|
||||
ini: /etc/php.d/xcache.ini
|
||||
xcache:
|
||||
ini:
|
||||
defaults:
|
||||
xcache:
|
||||
xcache.cacher: 'On'
|
||||
xcache.coredump_directory: '""'
|
||||
xcache.coredump_type: '0'
|
||||
xcache.count: '1'
|
||||
xcache.disable_on_crash: 'Off'
|
||||
xcache.experimental: 'Off'
|
||||
xcache.gc_interval: '0'
|
||||
xcache.mmap_path: '"/dev/zero"'
|
||||
xcache.optimizer: 'Off'
|
||||
xcache.readonly_protection: 'Off'
|
||||
xcache.shm_scheme: '"mmap"'
|
||||
xcache.size: 60M
|
||||
xcache.slots: 8K
|
||||
xcache.stat: 'On'
|
||||
xcache.ttl: '0'
|
||||
xcache.var_count: '1'
|
||||
xcache.var_gc_interval: '300'
|
||||
xcache.var_maxttl: '0'
|
||||
xcache.var_namespace: '""'
|
||||
xcache.var_namespace_mode: '0'
|
||||
xcache.var_size: 4M
|
||||
xcache.var_slots: 8K
|
||||
xcache.var_ttl: '0'
|
||||
xcache-common:
|
||||
extension: xcache.so
|
||||
xcache.admin:
|
||||
xcache.admin.enable_auth: 'On'
|
||||
xcache.coverager:
|
||||
xcache.coveragedump_directory: '""'
|
||||
xcache.coverager: 'Off'
|
||||
xcache.coverager_autostart: 'On'
|
||||
opts: {}
|
||||
settings: {}
|
@ -344,7 +344,7 @@ values:
|
||||
phpenmod_command: phpenmod -v5.6
|
||||
pspell: php5.6-pspell
|
||||
readline: php5.6-readline
|
||||
redis: php-redis
|
||||
redis: php5.6-redis
|
||||
seclib:
|
||||
- php-phpseclib
|
||||
- php-seclib
|
||||
|
391
test/integration/default/files/_mapdata/debian-11.yaml
Normal file
391
test/integration/default/files/_mapdata/debian-11.yaml
Normal file
@ -0,0 +1,391 @@
|
||||
# yamllint disable rule:indentation rule:line-length
|
||||
# Debian-11
|
||||
---
|
||||
values:
|
||||
apache2:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
cli:
|
||||
ini:
|
||||
opts: {}
|
||||
settings:
|
||||
Assertion:
|
||||
zend.assertions: -1
|
||||
Date:
|
||||
date.timezone: Europe/Paris
|
||||
PHP:
|
||||
default_charset: UTF-8
|
||||
fpm:
|
||||
config:
|
||||
conf:
|
||||
opts: {}
|
||||
settings: {}
|
||||
ini:
|
||||
opts: {}
|
||||
settings:
|
||||
Assertion:
|
||||
zend.assertions: -1
|
||||
Date:
|
||||
date.timezone: Europe/Paris
|
||||
PHP:
|
||||
cgi.fix_pathinfo: 0
|
||||
default_charset: UTF-8
|
||||
expose_php: 'Off'
|
||||
pools:
|
||||
ldap-admin.conf:
|
||||
enabled: true
|
||||
phpversion: '7.3'
|
||||
settings:
|
||||
ldap-admin:
|
||||
catch_workers_output: 'yes'
|
||||
group: www-data
|
||||
listen: /tmp/php-fpm-ldap-admin2.sock
|
||||
listen.mode: '0666'
|
||||
php_admin_value[date.timezone]: Europe/Paris
|
||||
ping.path: /php-ping
|
||||
pm: static
|
||||
pm.max_children: 3
|
||||
pm.max_requests: 500
|
||||
pm.status_path: /php-status
|
||||
security.limit_extensions: .php
|
||||
user: www-data
|
||||
radius-admin.conf:
|
||||
enabled: true
|
||||
phpversion: '5.6'
|
||||
settings:
|
||||
radius-admin:
|
||||
catch_workers_output: 'yes'
|
||||
group: www-data
|
||||
listen: /tmp/php-fpm-radius-admin.sock
|
||||
listen.mode: '0666'
|
||||
php_admin_value[date.timezone]: Europe/Paris
|
||||
ping.path: /php-ping
|
||||
pm: static
|
||||
pm.max_children: 3
|
||||
pm.max_requests: 500
|
||||
pm.status_path: /php-status
|
||||
security.limit_extensions: .php
|
||||
user: www-data
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
hhvm:
|
||||
config:
|
||||
php:
|
||||
opts: {}
|
||||
settings: {}
|
||||
server:
|
||||
opts: {}
|
||||
settings: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
ini:
|
||||
defaults:
|
||||
CLI Server:
|
||||
cli_server.color: 'On'
|
||||
Date:
|
||||
date.timezone: America/New_York
|
||||
Interbase:
|
||||
ibase.allow_persistent: 1
|
||||
ibase.dateformat: '"%Y-%m-%d"'
|
||||
ibase.max_links: -1
|
||||
ibase.max_persistent: -1
|
||||
ibase.timeformat: '"%H:%M:%S"'
|
||||
ibase.timestampformat: '"%Y-%m-%d %H:%M:%S"'
|
||||
MSSQL:
|
||||
mssql.allow_persistent: 'On'
|
||||
mssql.compatibility_mode: 'Off'
|
||||
mssql.max_links: -1
|
||||
mssql.max_persistent: -1
|
||||
mssql.min_error_severity: 10
|
||||
mssql.min_message_severity: 10
|
||||
mssql.secure_connection: 'Off'
|
||||
MySQL:
|
||||
mysql.allow_local_infile: 'On'
|
||||
mysql.allow_persistent: 'On'
|
||||
mysql.cache_size: '2000'
|
||||
mysql.connect_timeout: 60
|
||||
mysql.max_links: -1
|
||||
mysql.max_persistent: -1
|
||||
mysql.trace_mode: 'Off'
|
||||
MySQLi:
|
||||
mysqli.allow_persistent: 'On'
|
||||
mysqli.cache_size: 2000
|
||||
mysqli.default_port: 3306
|
||||
mysqli.max_links: -1
|
||||
mysqli.max_persistent: -1
|
||||
mysqli.reconnect: 'Off'
|
||||
ODBC:
|
||||
odbc.allow_persistent: 'On'
|
||||
odbc.check_persistent: 'On'
|
||||
odbc.defaultbinmode: 1
|
||||
odbc.defaultlrl: 4096
|
||||
odbc.max_links: '-1'
|
||||
odbc.max_persistent: '-1'
|
||||
PHP:
|
||||
allow_url_fopen: 'On'
|
||||
allow_url_include: 'Off'
|
||||
asp_tags: 'Off'
|
||||
auto_globals_jit: 'On'
|
||||
default_mimetype: '"text/html"'
|
||||
default_socket_timeout: 60
|
||||
disable_functions:
|
||||
- pcntl_alarm
|
||||
- pcntl_fork
|
||||
- pcntl_waitpid
|
||||
- pcntl_wait
|
||||
- pcntl_wifexited
|
||||
- pcntl_wifstopped
|
||||
- pcntl_wifsignaled
|
||||
- pcntl_wexitstatus
|
||||
- pcntl_wtermsig
|
||||
- pcntl_wstopsig
|
||||
- pcntl_signal
|
||||
- pcntl_signal_dispatch
|
||||
- pcntl_get_last_error
|
||||
- pcntl_strerror
|
||||
- pcntl_sigprocmask
|
||||
- pcntl_sigwaitinfo
|
||||
- pcntl_sigtimedwait
|
||||
- pcntl_exec
|
||||
- pcntl_getpriority
|
||||
- pcntl_setpriority
|
||||
display_errors: 'Off'
|
||||
display_startup_errors: 'Off'
|
||||
enable_dl: 'Off'
|
||||
engine: 'On'
|
||||
error_reporting:
|
||||
- E_ALL
|
||||
- ~E_DEPRECATED
|
||||
- ~E_STRICT
|
||||
expose_php: 'On'
|
||||
file_uploads: 'On'
|
||||
html_errors: 'On'
|
||||
ignore_repeated_errors: 'Off'
|
||||
ignore_repeated_source: 'Off'
|
||||
implicit_flush: 'Off'
|
||||
log_errors: 'On'
|
||||
log_errors_max_len: 1024
|
||||
max_execution_time: 30
|
||||
max_file_uploads: 20
|
||||
max_input_nesting_level: 64
|
||||
max_input_time: 60
|
||||
max_input_vars: 1000
|
||||
memory_limit: 128M
|
||||
output_buffering: 4096
|
||||
post_max_size: 8M
|
||||
precision: 14
|
||||
register_argc_argv: 'Off'
|
||||
report_memleaks: 'On'
|
||||
request_order: GP
|
||||
serialize_precision: 17
|
||||
short_open_tag: 'Off'
|
||||
track_errors: 'Off'
|
||||
upload_max_filesize: 2M
|
||||
variables_order: GPCS
|
||||
zend.enable_gc: 'On'
|
||||
zlib.output_compression: 'Off'
|
||||
Pdo_mysql:
|
||||
pdo_mysql.cache_size: 2000
|
||||
PostgreSQL:
|
||||
pgsql.allow_persistent: 'On'
|
||||
pgsql.auto_reset_persistent: 'Off'
|
||||
pgsql.ignore_notice: 0
|
||||
pgsql.log_notice: 0
|
||||
pgsql.max_links: -1
|
||||
pgsql.max_persistent: -1
|
||||
SQL:
|
||||
sql.safe_mode: 'Off'
|
||||
Session:
|
||||
session.auto_start: 0
|
||||
session.bug_compat_42: 'Off'
|
||||
session.bug_compat_warn: 'Off'
|
||||
session.cache_expire: '180'
|
||||
session.cache_limiter: nocache
|
||||
session.cookie_lifetime: 0
|
||||
session.cookie_path: /
|
||||
session.gc_divisor: 1000
|
||||
session.gc_maxlifetime: 1440
|
||||
session.gc_probability: 0
|
||||
session.hash_bits_per_character: 5
|
||||
session.hash_function: 0
|
||||
session.name: PHPSESSID
|
||||
session.save_handler: files
|
||||
session.serialize_handler: php
|
||||
session.use_cookies: 1
|
||||
session.use_only_cookies: 1
|
||||
session.use_strict_mode: 0
|
||||
session.use_trans_sid: 0
|
||||
url_rewriter.tags: '"a=href,area=href,frame=src,input=src,form=fakeentry"'
|
||||
Sybase-CT:
|
||||
sybct.allow_persistent: 'On'
|
||||
sybct.max_links: -1
|
||||
sybct.max_persistent: -1
|
||||
sybct.min_client_severity: 10
|
||||
sybct.min_server_severity: 10
|
||||
Tidy:
|
||||
tidy.clean_output: 'Off'
|
||||
bcmath:
|
||||
bcmath.scale: 0
|
||||
ldap:
|
||||
ldap.max_links: -1
|
||||
mail function:
|
||||
SMTP: localhost
|
||||
mail.add_x_header: 'On'
|
||||
mysqlnd:
|
||||
mysqlnd.collect_memory_statistics: 'Off'
|
||||
mysqlnd.collect_statistics: 'On'
|
||||
soap:
|
||||
soap.wsdl_cache_dir: '"/tmp"'
|
||||
soap.wsdl_cache_enabled: 1
|
||||
soap.wsdl_cache_limit: 5
|
||||
soap.wsdl_cache_ttl: 86400
|
||||
lookup:
|
||||
apache2:
|
||||
ini: /etc/php/5.6/apache2/php.ini
|
||||
cli:
|
||||
ini: /etc/php/5.6/cli/php.ini
|
||||
fpm:
|
||||
conf: /etc/php/5.6/fpm/php-fpm.conf
|
||||
defaults:
|
||||
global:
|
||||
error_log: /var/log/php5.6-fpm.log
|
||||
pid: /var/run/php5.6-fpm.pid
|
||||
include: /etc/php/5.6/fpm/pool.d/*.conf
|
||||
group: root
|
||||
ini: /etc/php/5.6/fpm/php.ini
|
||||
pools: /etc/php/5.6/fpm/pool.d
|
||||
service: php5.6-fpm
|
||||
user: root
|
||||
hhvm:
|
||||
conf: /etc/hhvm/server.ini
|
||||
defaults: {}
|
||||
ini: /etc/hhvm/php.ini
|
||||
php:
|
||||
hhvm.log.always_log_unhandled_exceptions: 'true'
|
||||
hhvm.log.level: Warning
|
||||
hhvm.log.runtime_error_reporting_level: '8191'
|
||||
hhvm.mysql.typed_results: 'false'
|
||||
session.gc_maxlifetime: '1440'
|
||||
session.save_handler: files
|
||||
session.save_path: /var/lib/hhvm/sessions
|
||||
server:
|
||||
hhvm.log.file: /var/log/hhvm/error.log
|
||||
hhvm.log.use_log_file: 'true'
|
||||
hhvm.repo.central.path: /var/run/hhvm/hhvm.hhbc
|
||||
hhvm.server.default_document: index.php
|
||||
hhvm.server.port: '9000'
|
||||
hhvm.server.type: fastcgi
|
||||
pid: /var/run/hhvm/pid
|
||||
service: hhvm
|
||||
pkgs:
|
||||
adodb: libphp-adodb
|
||||
apache2: libapache2-mod-php5.6
|
||||
apc: php-apcu
|
||||
apcu: php-apcu-bc
|
||||
auth-sasl: php-auth-sasl
|
||||
bcmath: php5.6-bcmath
|
||||
build_pkgs:
|
||||
- libssl-dev
|
||||
- libcurl4-openssl-dev
|
||||
- pkg-config
|
||||
- libsslcommon2-dev
|
||||
- gcc
|
||||
- make
|
||||
- autoconf
|
||||
- libc-dev
|
||||
- pkg-config
|
||||
bz2: php5.6-bz2
|
||||
cache-lite: php-cache-lite
|
||||
cgi: php5.6-cgi
|
||||
cli: php5.6-cli
|
||||
composer_bin: composer
|
||||
console-table: php-console-table
|
||||
curl: php5.6-curl
|
||||
dba: php5.6-dba
|
||||
dev: php5.6-dev
|
||||
ext_conf_path: /etc/php/5.6/mods-available
|
||||
fpm: php5.6-fpm
|
||||
gd: php5.6-gd
|
||||
gearman: php-gearman
|
||||
geoip: php-geoip
|
||||
geshi: php-geshi
|
||||
gettext: php5.6
|
||||
gmp: php5.6-gmp
|
||||
hhvm: hhvm
|
||||
igbinary: php-igbinary
|
||||
imagick: php-imagick
|
||||
imap: php5.6-imap
|
||||
intl: php5.6-intl
|
||||
json: php5.6-json
|
||||
ldap: php5.6-ldap
|
||||
local_bin: /usr/local/bin
|
||||
mail: php-mail
|
||||
mbstring: php5.6-mbstring
|
||||
mcrypt: php5.6-mcrypt
|
||||
memcache: php-memcache
|
||||
memcached: php-memcached
|
||||
mongo: php-mongo
|
||||
mongodb: php-mongodb
|
||||
msgpack: php-msgpack
|
||||
mysql: php5.6-mysql
|
||||
mysqlnd: php5.6-mysql
|
||||
net-smtp: php-net-smtp
|
||||
net4: php-net-ipv4
|
||||
net6: php-net-ipv6
|
||||
oauth: php-oauth
|
||||
odbc: php-odbc
|
||||
opcache: php5.6-opcache
|
||||
pear: php-pear
|
||||
pgsql: php5.6-pgsql
|
||||
php: php5.6
|
||||
phpenmod_command: phpenmod -v5.6
|
||||
pspell: php5.6-pspell
|
||||
readline: php5.6-readline
|
||||
redis: php5.6-redis
|
||||
seclib:
|
||||
- php-phpseclib
|
||||
- php-seclib
|
||||
snmp: php5.6-snmp
|
||||
soap: php5.6-soap
|
||||
sqlite: php5.6-sqlite3
|
||||
ssh2: php-ssh2
|
||||
suhosin5_ext: suhosin.so
|
||||
suhosin5_repo: https://github.com/sektioneins/suhosin
|
||||
suhosin7_ext: suhosin7.so
|
||||
suhosin7_repo: https://github.com/sektioneins/suhosin7
|
||||
sybase: php5.6-sybase
|
||||
tcpdf: php-tcpdf
|
||||
temp_dir: /tmp
|
||||
tidy: php5.6-tidy
|
||||
xdebug: php-xdebug
|
||||
xml:
|
||||
- php5.6-xml
|
||||
- php5.6-xmlrpc
|
||||
xsl: php5.6-xsl
|
||||
zip: php5.6-zip
|
||||
modules:
|
||||
- bz2
|
||||
- cli
|
||||
- curl
|
||||
- gd
|
||||
- imagick
|
||||
- imap
|
||||
- intl
|
||||
- mbstring
|
||||
- mysql
|
||||
- readline
|
||||
- redis
|
||||
- xdebug
|
||||
- xml
|
||||
- zip
|
||||
repo:
|
||||
file: /etc/apt/sources.list.d/php-sury.list
|
||||
humanname: php-sury repo
|
||||
key_url: https://packages.sury.org/php/apt.gpg
|
||||
name: deb https://packages.sury.org/php/ bullseye main
|
||||
version:
|
||||
- '5.6'
|
||||
- '7.3'
|
@ -344,7 +344,7 @@ values:
|
||||
phpenmod_command: phpenmod -v5.6
|
||||
pspell: php5.6-pspell
|
||||
readline: php5.6-readline
|
||||
redis: php-redis
|
||||
redis: php5.6-redis
|
||||
seclib:
|
||||
- php-phpseclib
|
||||
- php-seclib
|
||||
|
324
test/integration/default/files/_mapdata/fedora-35.yaml
Normal file
324
test/integration/default/files/_mapdata/fedora-35.yaml
Normal file
@ -0,0 +1,324 @@
|
||||
# yamllint disable rule:indentation rule:line-length
|
||||
# Fedora-35
|
||||
---
|
||||
values:
|
||||
apache2:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
cli:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
fpm:
|
||||
config:
|
||||
conf:
|
||||
opts: {}
|
||||
settings: {}
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
pools:
|
||||
default.conf:
|
||||
enabled: false
|
||||
opts: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
hhvm:
|
||||
config:
|
||||
php:
|
||||
opts: {}
|
||||
settings: {}
|
||||
server:
|
||||
opts: {}
|
||||
settings: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
ini:
|
||||
defaults:
|
||||
CLI Server:
|
||||
cli_server.color: 'On'
|
||||
Date:
|
||||
date.timezone: America/New_York
|
||||
Interbase:
|
||||
ibase.allow_persistent: 1
|
||||
ibase.dateformat: '"%Y-%m-%d"'
|
||||
ibase.max_links: -1
|
||||
ibase.max_persistent: -1
|
||||
ibase.timeformat: '"%H:%M:%S"'
|
||||
ibase.timestampformat: '"%Y-%m-%d %H:%M:%S"'
|
||||
MSSQL:
|
||||
mssql.allow_persistent: 'On'
|
||||
mssql.compatibility_mode: 'Off'
|
||||
mssql.max_links: -1
|
||||
mssql.max_persistent: -1
|
||||
mssql.min_error_severity: 10
|
||||
mssql.min_message_severity: 10
|
||||
mssql.secure_connection: 'Off'
|
||||
MySQL:
|
||||
mysql.allow_local_infile: 'On'
|
||||
mysql.allow_persistent: 'On'
|
||||
mysql.cache_size: '2000'
|
||||
mysql.connect_timeout: 60
|
||||
mysql.max_links: -1
|
||||
mysql.max_persistent: -1
|
||||
mysql.trace_mode: 'Off'
|
||||
MySQLi:
|
||||
mysqli.allow_persistent: 'On'
|
||||
mysqli.cache_size: 2000
|
||||
mysqli.default_port: 3306
|
||||
mysqli.max_links: -1
|
||||
mysqli.max_persistent: -1
|
||||
mysqli.reconnect: 'Off'
|
||||
ODBC:
|
||||
odbc.allow_persistent: 'On'
|
||||
odbc.check_persistent: 'On'
|
||||
odbc.defaultbinmode: 1
|
||||
odbc.defaultlrl: 4096
|
||||
odbc.max_links: '-1'
|
||||
odbc.max_persistent: '-1'
|
||||
PHP:
|
||||
allow_url_fopen: 'On'
|
||||
allow_url_include: 'Off'
|
||||
asp_tags: 'Off'
|
||||
auto_globals_jit: 'On'
|
||||
default_mimetype: '"text/html"'
|
||||
default_socket_timeout: 60
|
||||
disable_functions:
|
||||
- pcntl_alarm
|
||||
- pcntl_fork
|
||||
- pcntl_waitpid
|
||||
- pcntl_wait
|
||||
- pcntl_wifexited
|
||||
- pcntl_wifstopped
|
||||
- pcntl_wifsignaled
|
||||
- pcntl_wexitstatus
|
||||
- pcntl_wtermsig
|
||||
- pcntl_wstopsig
|
||||
- pcntl_signal
|
||||
- pcntl_signal_dispatch
|
||||
- pcntl_get_last_error
|
||||
- pcntl_strerror
|
||||
- pcntl_sigprocmask
|
||||
- pcntl_sigwaitinfo
|
||||
- pcntl_sigtimedwait
|
||||
- pcntl_exec
|
||||
- pcntl_getpriority
|
||||
- pcntl_setpriority
|
||||
display_errors: 'Off'
|
||||
display_startup_errors: 'Off'
|
||||
enable_dl: 'Off'
|
||||
engine: 'On'
|
||||
error_reporting:
|
||||
- E_ALL
|
||||
- ~E_DEPRECATED
|
||||
- ~E_STRICT
|
||||
expose_php: 'On'
|
||||
file_uploads: 'On'
|
||||
html_errors: 'On'
|
||||
ignore_repeated_errors: 'Off'
|
||||
ignore_repeated_source: 'Off'
|
||||
implicit_flush: 'Off'
|
||||
log_errors: 'On'
|
||||
log_errors_max_len: 1024
|
||||
max_execution_time: 30
|
||||
max_file_uploads: 20
|
||||
max_input_nesting_level: 64
|
||||
max_input_time: 60
|
||||
max_input_vars: 1000
|
||||
memory_limit: 128M
|
||||
output_buffering: 4096
|
||||
post_max_size: 8M
|
||||
precision: 14
|
||||
register_argc_argv: 'Off'
|
||||
report_memleaks: 'On'
|
||||
request_order: GP
|
||||
serialize_precision: 17
|
||||
short_open_tag: 'Off'
|
||||
track_errors: 'Off'
|
||||
upload_max_filesize: 2M
|
||||
variables_order: GPCS
|
||||
zend.enable_gc: 'On'
|
||||
zlib.output_compression: 'Off'
|
||||
Pdo_mysql:
|
||||
pdo_mysql.cache_size: 2000
|
||||
PostgreSQL:
|
||||
pgsql.allow_persistent: 'On'
|
||||
pgsql.auto_reset_persistent: 'Off'
|
||||
pgsql.ignore_notice: 0
|
||||
pgsql.log_notice: 0
|
||||
pgsql.max_links: -1
|
||||
pgsql.max_persistent: -1
|
||||
SQL:
|
||||
sql.safe_mode: 'Off'
|
||||
Session:
|
||||
session.auto_start: 0
|
||||
session.bug_compat_42: 'Off'
|
||||
session.bug_compat_warn: 'Off'
|
||||
session.cache_expire: '180'
|
||||
session.cache_limiter: nocache
|
||||
session.cookie_lifetime: 0
|
||||
session.cookie_path: /
|
||||
session.gc_divisor: 1000
|
||||
session.gc_maxlifetime: 1440
|
||||
session.gc_probability: 0
|
||||
session.hash_bits_per_character: 5
|
||||
session.hash_function: 0
|
||||
session.name: PHPSESSID
|
||||
session.save_handler: files
|
||||
session.serialize_handler: php
|
||||
session.use_cookies: 1
|
||||
session.use_only_cookies: 1
|
||||
session.use_strict_mode: 0
|
||||
session.use_trans_sid: 0
|
||||
url_rewriter.tags: '"a=href,area=href,frame=src,input=src,form=fakeentry"'
|
||||
Sybase-CT:
|
||||
sybct.allow_persistent: 'On'
|
||||
sybct.max_links: -1
|
||||
sybct.max_persistent: -1
|
||||
sybct.min_client_severity: 10
|
||||
sybct.min_server_severity: 10
|
||||
Tidy:
|
||||
tidy.clean_output: 'Off'
|
||||
bcmath:
|
||||
bcmath.scale: 0
|
||||
ldap:
|
||||
ldap.max_links: -1
|
||||
mail function:
|
||||
SMTP: localhost
|
||||
mail.add_x_header: 'On'
|
||||
mysqlnd:
|
||||
mysqlnd.collect_memory_statistics: 'Off'
|
||||
mysqlnd.collect_statistics: 'On'
|
||||
soap:
|
||||
soap.wsdl_cache_dir: '"/tmp"'
|
||||
soap.wsdl_cache_enabled: 1
|
||||
soap.wsdl_cache_limit: 5
|
||||
soap.wsdl_cache_ttl: 86400
|
||||
lookup:
|
||||
cli:
|
||||
ini: /etc/php.ini
|
||||
fpm:
|
||||
conf: /etc/php-fpm.conf
|
||||
defaults:
|
||||
global:
|
||||
error_log: /var/log/php-fpm/error.log
|
||||
pid: /var/run/php-fpm/php-fpm.pid
|
||||
include: /etc/php-fpm.d/*.conf
|
||||
group: root
|
||||
ini: /etc/php.ini
|
||||
pools: /etc/php-fpm.d
|
||||
service: php-fpm
|
||||
user: root
|
||||
pkgs:
|
||||
adodb: php-adodb
|
||||
apc: php-pecl-apc
|
||||
apcu: php-pecl-apcu
|
||||
auth-sasl: php-pear-Auth-SASL
|
||||
bcmath: php-bcmath
|
||||
build_pkgs:
|
||||
- openssl-devel
|
||||
- gcc
|
||||
cache-lite: php-pear-Cache-Lite
|
||||
cgi: php-cgi
|
||||
cli: php-cli
|
||||
composer: composer
|
||||
composer_bin: composer
|
||||
console-table: php-pear-Console-Table
|
||||
curl:
|
||||
- php-common
|
||||
- curl
|
||||
dba:
|
||||
- php-dba
|
||||
- dba
|
||||
dev: php-devel
|
||||
ext_conf_path: /etc/php.d
|
||||
fpm: php-fpm
|
||||
gd: php-gd
|
||||
geoip: php-pecl-geoip
|
||||
geshi: php-geshi
|
||||
gettext: php-php-gettext
|
||||
http: php-pecl-http
|
||||
imagick: php-pecl-imagick
|
||||
imap: php-imap
|
||||
intl: php-intl
|
||||
json: php-common
|
||||
ldap: php-ldap
|
||||
local_bin: /usr/local/bin
|
||||
mail: php-pear-Mail
|
||||
mbstring: php-mbstring
|
||||
mcrypt: php-mcrypt
|
||||
memcache: php-pecl-memcache
|
||||
memcached: php-pecl-memcached
|
||||
mysql: php-mysql
|
||||
mysqlnd: php-mysqlnd
|
||||
net-smtp: php-pear-Net-SMTP
|
||||
net4: php-pear-Net-IPv4
|
||||
oauth: php-pecl-oauth
|
||||
opcache: php-pecl-zendopcache
|
||||
pear: php-pear
|
||||
pgsql: php-pgsql
|
||||
php: php
|
||||
pspell: php-pspell
|
||||
redis: php-pecl-redis
|
||||
seclib: php-phpseclib
|
||||
snmp: php-snmp
|
||||
soap: php-soap
|
||||
sqlite: php-pdo
|
||||
ssh2: php-pecl-ssh2
|
||||
suhosin5_ext: suhosin.so
|
||||
suhosin5_repo: https://github.com/sektioneins/suhosin
|
||||
suhosin7_ext: suhosin7.so
|
||||
suhosin7_repo: https://github.com/sektioneins/suhosin7
|
||||
tcpdf: php-tcpdf
|
||||
temp_dir: /tmp
|
||||
tidy: php-tidy
|
||||
uuid: php-pecl-uuid
|
||||
xcache: php-xcache
|
||||
xdebug: php-pecl-xdebug
|
||||
xml:
|
||||
- php-xml
|
||||
- php-xmlrpc
|
||||
xsl: php-xml
|
||||
zip: php
|
||||
xcache:
|
||||
ini: /etc/php.d/xcache.ini
|
||||
xcache:
|
||||
ini:
|
||||
defaults:
|
||||
xcache:
|
||||
xcache.cacher: 'On'
|
||||
xcache.coredump_directory: '""'
|
||||
xcache.coredump_type: '0'
|
||||
xcache.count: '1'
|
||||
xcache.disable_on_crash: 'Off'
|
||||
xcache.experimental: 'Off'
|
||||
xcache.gc_interval: '0'
|
||||
xcache.mmap_path: '"/dev/zero"'
|
||||
xcache.optimizer: 'Off'
|
||||
xcache.readonly_protection: 'Off'
|
||||
xcache.shm_scheme: '"mmap"'
|
||||
xcache.size: 60M
|
||||
xcache.slots: 8K
|
||||
xcache.stat: 'On'
|
||||
xcache.ttl: '0'
|
||||
xcache.var_count: '1'
|
||||
xcache.var_gc_interval: '300'
|
||||
xcache.var_maxttl: '0'
|
||||
xcache.var_namespace: '""'
|
||||
xcache.var_namespace_mode: '0'
|
||||
xcache.var_size: 4M
|
||||
xcache.var_slots: 8K
|
||||
xcache.var_ttl: '0'
|
||||
xcache-common:
|
||||
extension: xcache.so
|
||||
xcache.admin:
|
||||
xcache.admin.enable_auth: 'On'
|
||||
xcache.coverager:
|
||||
xcache.coveragedump_directory: '""'
|
||||
xcache.coverager: 'Off'
|
||||
xcache.coverager_autostart: 'On'
|
||||
opts: {}
|
||||
settings: {}
|
324
test/integration/default/files/_mapdata/fedora-36.yaml
Normal file
324
test/integration/default/files/_mapdata/fedora-36.yaml
Normal file
@ -0,0 +1,324 @@
|
||||
# yamllint disable rule:indentation rule:line-length
|
||||
# Fedora-36
|
||||
---
|
||||
values:
|
||||
apache2:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
cli:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
fpm:
|
||||
config:
|
||||
conf:
|
||||
opts: {}
|
||||
settings: {}
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
pools:
|
||||
default.conf:
|
||||
enabled: false
|
||||
opts: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
hhvm:
|
||||
config:
|
||||
php:
|
||||
opts: {}
|
||||
settings: {}
|
||||
server:
|
||||
opts: {}
|
||||
settings: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
ini:
|
||||
defaults:
|
||||
CLI Server:
|
||||
cli_server.color: 'On'
|
||||
Date:
|
||||
date.timezone: America/New_York
|
||||
Interbase:
|
||||
ibase.allow_persistent: 1
|
||||
ibase.dateformat: '"%Y-%m-%d"'
|
||||
ibase.max_links: -1
|
||||
ibase.max_persistent: -1
|
||||
ibase.timeformat: '"%H:%M:%S"'
|
||||
ibase.timestampformat: '"%Y-%m-%d %H:%M:%S"'
|
||||
MSSQL:
|
||||
mssql.allow_persistent: 'On'
|
||||
mssql.compatibility_mode: 'Off'
|
||||
mssql.max_links: -1
|
||||
mssql.max_persistent: -1
|
||||
mssql.min_error_severity: 10
|
||||
mssql.min_message_severity: 10
|
||||
mssql.secure_connection: 'Off'
|
||||
MySQL:
|
||||
mysql.allow_local_infile: 'On'
|
||||
mysql.allow_persistent: 'On'
|
||||
mysql.cache_size: '2000'
|
||||
mysql.connect_timeout: 60
|
||||
mysql.max_links: -1
|
||||
mysql.max_persistent: -1
|
||||
mysql.trace_mode: 'Off'
|
||||
MySQLi:
|
||||
mysqli.allow_persistent: 'On'
|
||||
mysqli.cache_size: 2000
|
||||
mysqli.default_port: 3306
|
||||
mysqli.max_links: -1
|
||||
mysqli.max_persistent: -1
|
||||
mysqli.reconnect: 'Off'
|
||||
ODBC:
|
||||
odbc.allow_persistent: 'On'
|
||||
odbc.check_persistent: 'On'
|
||||
odbc.defaultbinmode: 1
|
||||
odbc.defaultlrl: 4096
|
||||
odbc.max_links: '-1'
|
||||
odbc.max_persistent: '-1'
|
||||
PHP:
|
||||
allow_url_fopen: 'On'
|
||||
allow_url_include: 'Off'
|
||||
asp_tags: 'Off'
|
||||
auto_globals_jit: 'On'
|
||||
default_mimetype: '"text/html"'
|
||||
default_socket_timeout: 60
|
||||
disable_functions:
|
||||
- pcntl_alarm
|
||||
- pcntl_fork
|
||||
- pcntl_waitpid
|
||||
- pcntl_wait
|
||||
- pcntl_wifexited
|
||||
- pcntl_wifstopped
|
||||
- pcntl_wifsignaled
|
||||
- pcntl_wexitstatus
|
||||
- pcntl_wtermsig
|
||||
- pcntl_wstopsig
|
||||
- pcntl_signal
|
||||
- pcntl_signal_dispatch
|
||||
- pcntl_get_last_error
|
||||
- pcntl_strerror
|
||||
- pcntl_sigprocmask
|
||||
- pcntl_sigwaitinfo
|
||||
- pcntl_sigtimedwait
|
||||
- pcntl_exec
|
||||
- pcntl_getpriority
|
||||
- pcntl_setpriority
|
||||
display_errors: 'Off'
|
||||
display_startup_errors: 'Off'
|
||||
enable_dl: 'Off'
|
||||
engine: 'On'
|
||||
error_reporting:
|
||||
- E_ALL
|
||||
- ~E_DEPRECATED
|
||||
- ~E_STRICT
|
||||
expose_php: 'On'
|
||||
file_uploads: 'On'
|
||||
html_errors: 'On'
|
||||
ignore_repeated_errors: 'Off'
|
||||
ignore_repeated_source: 'Off'
|
||||
implicit_flush: 'Off'
|
||||
log_errors: 'On'
|
||||
log_errors_max_len: 1024
|
||||
max_execution_time: 30
|
||||
max_file_uploads: 20
|
||||
max_input_nesting_level: 64
|
||||
max_input_time: 60
|
||||
max_input_vars: 1000
|
||||
memory_limit: 128M
|
||||
output_buffering: 4096
|
||||
post_max_size: 8M
|
||||
precision: 14
|
||||
register_argc_argv: 'Off'
|
||||
report_memleaks: 'On'
|
||||
request_order: GP
|
||||
serialize_precision: 17
|
||||
short_open_tag: 'Off'
|
||||
track_errors: 'Off'
|
||||
upload_max_filesize: 2M
|
||||
variables_order: GPCS
|
||||
zend.enable_gc: 'On'
|
||||
zlib.output_compression: 'Off'
|
||||
Pdo_mysql:
|
||||
pdo_mysql.cache_size: 2000
|
||||
PostgreSQL:
|
||||
pgsql.allow_persistent: 'On'
|
||||
pgsql.auto_reset_persistent: 'Off'
|
||||
pgsql.ignore_notice: 0
|
||||
pgsql.log_notice: 0
|
||||
pgsql.max_links: -1
|
||||
pgsql.max_persistent: -1
|
||||
SQL:
|
||||
sql.safe_mode: 'Off'
|
||||
Session:
|
||||
session.auto_start: 0
|
||||
session.bug_compat_42: 'Off'
|
||||
session.bug_compat_warn: 'Off'
|
||||
session.cache_expire: '180'
|
||||
session.cache_limiter: nocache
|
||||
session.cookie_lifetime: 0
|
||||
session.cookie_path: /
|
||||
session.gc_divisor: 1000
|
||||
session.gc_maxlifetime: 1440
|
||||
session.gc_probability: 0
|
||||
session.hash_bits_per_character: 5
|
||||
session.hash_function: 0
|
||||
session.name: PHPSESSID
|
||||
session.save_handler: files
|
||||
session.serialize_handler: php
|
||||
session.use_cookies: 1
|
||||
session.use_only_cookies: 1
|
||||
session.use_strict_mode: 0
|
||||
session.use_trans_sid: 0
|
||||
url_rewriter.tags: '"a=href,area=href,frame=src,input=src,form=fakeentry"'
|
||||
Sybase-CT:
|
||||
sybct.allow_persistent: 'On'
|
||||
sybct.max_links: -1
|
||||
sybct.max_persistent: -1
|
||||
sybct.min_client_severity: 10
|
||||
sybct.min_server_severity: 10
|
||||
Tidy:
|
||||
tidy.clean_output: 'Off'
|
||||
bcmath:
|
||||
bcmath.scale: 0
|
||||
ldap:
|
||||
ldap.max_links: -1
|
||||
mail function:
|
||||
SMTP: localhost
|
||||
mail.add_x_header: 'On'
|
||||
mysqlnd:
|
||||
mysqlnd.collect_memory_statistics: 'Off'
|
||||
mysqlnd.collect_statistics: 'On'
|
||||
soap:
|
||||
soap.wsdl_cache_dir: '"/tmp"'
|
||||
soap.wsdl_cache_enabled: 1
|
||||
soap.wsdl_cache_limit: 5
|
||||
soap.wsdl_cache_ttl: 86400
|
||||
lookup:
|
||||
cli:
|
||||
ini: /etc/php.ini
|
||||
fpm:
|
||||
conf: /etc/php-fpm.conf
|
||||
defaults:
|
||||
global:
|
||||
error_log: /var/log/php-fpm/error.log
|
||||
pid: /var/run/php-fpm/php-fpm.pid
|
||||
include: /etc/php-fpm.d/*.conf
|
||||
group: root
|
||||
ini: /etc/php.ini
|
||||
pools: /etc/php-fpm.d
|
||||
service: php-fpm
|
||||
user: root
|
||||
pkgs:
|
||||
adodb: php-adodb
|
||||
apc: php-pecl-apc
|
||||
apcu: php-pecl-apcu
|
||||
auth-sasl: php-pear-Auth-SASL
|
||||
bcmath: php-bcmath
|
||||
build_pkgs:
|
||||
- openssl-devel
|
||||
- gcc
|
||||
cache-lite: php-pear-Cache-Lite
|
||||
cgi: php-cgi
|
||||
cli: php-cli
|
||||
composer: composer
|
||||
composer_bin: composer
|
||||
console-table: php-pear-Console-Table
|
||||
curl:
|
||||
- php-common
|
||||
- curl
|
||||
dba:
|
||||
- php-dba
|
||||
- dba
|
||||
dev: php-devel
|
||||
ext_conf_path: /etc/php.d
|
||||
fpm: php-fpm
|
||||
gd: php-gd
|
||||
geoip: php-pecl-geoip
|
||||
geshi: php-geshi
|
||||
gettext: php-php-gettext
|
||||
http: php-pecl-http
|
||||
imagick: php-pecl-imagick
|
||||
imap: php-imap
|
||||
intl: php-intl
|
||||
json: php-common
|
||||
ldap: php-ldap
|
||||
local_bin: /usr/local/bin
|
||||
mail: php-pear-Mail
|
||||
mbstring: php-mbstring
|
||||
mcrypt: php-mcrypt
|
||||
memcache: php-pecl-memcache
|
||||
memcached: php-pecl-memcached
|
||||
mysql: php-mysql
|
||||
mysqlnd: php-mysqlnd
|
||||
net-smtp: php-pear-Net-SMTP
|
||||
net4: php-pear-Net-IPv4
|
||||
oauth: php-pecl-oauth
|
||||
opcache: php-pecl-zendopcache
|
||||
pear: php-pear
|
||||
pgsql: php-pgsql
|
||||
php: php
|
||||
pspell: php-pspell
|
||||
redis: php-pecl-redis
|
||||
seclib: php-phpseclib
|
||||
snmp: php-snmp
|
||||
soap: php-soap
|
||||
sqlite: php-pdo
|
||||
ssh2: php-pecl-ssh2
|
||||
suhosin5_ext: suhosin.so
|
||||
suhosin5_repo: https://github.com/sektioneins/suhosin
|
||||
suhosin7_ext: suhosin7.so
|
||||
suhosin7_repo: https://github.com/sektioneins/suhosin7
|
||||
tcpdf: php-tcpdf
|
||||
temp_dir: /tmp
|
||||
tidy: php-tidy
|
||||
uuid: php-pecl-uuid
|
||||
xcache: php-xcache
|
||||
xdebug: php-pecl-xdebug
|
||||
xml:
|
||||
- php-xml
|
||||
- php-xmlrpc
|
||||
xsl: php-xml
|
||||
zip: php
|
||||
xcache:
|
||||
ini: /etc/php.d/xcache.ini
|
||||
xcache:
|
||||
ini:
|
||||
defaults:
|
||||
xcache:
|
||||
xcache.cacher: 'On'
|
||||
xcache.coredump_directory: '""'
|
||||
xcache.coredump_type: '0'
|
||||
xcache.count: '1'
|
||||
xcache.disable_on_crash: 'Off'
|
||||
xcache.experimental: 'Off'
|
||||
xcache.gc_interval: '0'
|
||||
xcache.mmap_path: '"/dev/zero"'
|
||||
xcache.optimizer: 'Off'
|
||||
xcache.readonly_protection: 'Off'
|
||||
xcache.shm_scheme: '"mmap"'
|
||||
xcache.size: 60M
|
||||
xcache.slots: 8K
|
||||
xcache.stat: 'On'
|
||||
xcache.ttl: '0'
|
||||
xcache.var_count: '1'
|
||||
xcache.var_gc_interval: '300'
|
||||
xcache.var_maxttl: '0'
|
||||
xcache.var_namespace: '""'
|
||||
xcache.var_namespace_mode: '0'
|
||||
xcache.var_size: 4M
|
||||
xcache.var_slots: 8K
|
||||
xcache.var_ttl: '0'
|
||||
xcache-common:
|
||||
extension: xcache.so
|
||||
xcache.admin:
|
||||
xcache.admin.enable_auth: 'On'
|
||||
xcache.coverager:
|
||||
xcache.coveragedump_directory: '""'
|
||||
xcache.coverager: 'Off'
|
||||
xcache.coverager_autostart: 'On'
|
||||
opts: {}
|
||||
settings: {}
|
@ -235,10 +235,14 @@ values:
|
||||
filter: php74-filter
|
||||
fpm: php74
|
||||
gd: php74-gd
|
||||
gettext: php74-gettext
|
||||
hash: php74-hash
|
||||
iconv: php74-iconv
|
||||
imagick: php74-pecl-imagick
|
||||
imap: php74-imap
|
||||
intl: php74-intl
|
||||
json: php74-json
|
||||
ldap: php74-ldap
|
||||
local_bin: /usr/local/bin
|
||||
mbstring: php74-mbstring
|
||||
mcrypt: php74-mcrypt
|
||||
@ -259,10 +263,14 @@ values:
|
||||
temp_dir: /tmp
|
||||
tokenizer: php74-tokenizer
|
||||
xdebug: php74-pecl-xdebug
|
||||
xml: php74-xml
|
||||
xml:
|
||||
- php74-xml
|
||||
- php74-xmlreader
|
||||
- php74-xmlrpc
|
||||
xmlwriter: php74-xmlwriter
|
||||
xsl: php74-xsl
|
||||
zip: php74-zip
|
||||
zlib: php74-zlib
|
||||
version:
|
||||
- '7.4'
|
||||
- '8.0'
|
||||
|
@ -235,10 +235,14 @@ values:
|
||||
filter: php74-filter
|
||||
fpm: php74
|
||||
gd: php74-gd
|
||||
gettext: php74-gettext
|
||||
hash: php74-hash
|
||||
iconv: php74-iconv
|
||||
imagick: php74-pecl-imagick
|
||||
imap: php74-imap
|
||||
intl: php74-intl
|
||||
json: php74-json
|
||||
ldap: php74-ldap
|
||||
local_bin: /usr/local/bin
|
||||
mbstring: php74-mbstring
|
||||
mcrypt: php74-mcrypt
|
||||
@ -259,10 +263,14 @@ values:
|
||||
temp_dir: /tmp
|
||||
tokenizer: php74-tokenizer
|
||||
xdebug: php74-pecl-xdebug
|
||||
xml: php74-xml
|
||||
xml:
|
||||
- php74-xml
|
||||
- php74-xmlreader
|
||||
- php74-xmlrpc
|
||||
xmlwriter: php74-xmlwriter
|
||||
xsl: php74-xsl
|
||||
zip: php74-zip
|
||||
zlib: php74-zlib
|
||||
version:
|
||||
- '7.4'
|
||||
- '8.0'
|
||||
|
@ -199,46 +199,43 @@ values:
|
||||
soap.wsdl_cache_ttl: 86400
|
||||
lookup:
|
||||
cli:
|
||||
ini: /etc/php.ini
|
||||
ini: /etc/php8/cli/php.ini
|
||||
fpm:
|
||||
conf: /etc/php-fpm.conf
|
||||
conf: /etc/php8/fpm/php-fpm.conf
|
||||
defaults:
|
||||
global:
|
||||
error_log: /var/log/php-fpm/error.log
|
||||
pid: /var/run/php-fpm/php-fpm.pid
|
||||
include: /etc/php-fpm.d/*.conf
|
||||
include: /etc/php8/fpm/php-fpm.d/*.conf
|
||||
group: root
|
||||
ini: /etc/php.ini
|
||||
pools: /etc/php-fpm.d
|
||||
ini: /etc/php8/conf.d/salt.ini
|
||||
pools: /etc/php8/fpm/php-fpm.d
|
||||
service: php-fpm
|
||||
user: root
|
||||
pkgs:
|
||||
adodb: php5-dba
|
||||
apache2: apache2-mod_php5
|
||||
cli: php5
|
||||
curl: php5-curl
|
||||
fpm: php5-fpm
|
||||
gd: php5-gd
|
||||
imap: php5-imap
|
||||
intl: php5-intl
|
||||
json: php5-json
|
||||
ldap: php5-ldap
|
||||
mbstring: php5-mbstring
|
||||
mcrypt: php5-mcrypt
|
||||
mysql: php5-mysql
|
||||
oauth: php5-oauth
|
||||
pear: php5-pear
|
||||
pgsql: php5-pgsql
|
||||
php: php7
|
||||
snmp: php5-snmp
|
||||
soap: php5-soap
|
||||
sqlite: php5-sqlite
|
||||
suhosin: php5-suhosin
|
||||
adodb: php8-dba
|
||||
apache2: apache2-mod_php8
|
||||
cli: php8
|
||||
curl: php8-curl
|
||||
fpm: php8-fpm
|
||||
gd: php8-gd
|
||||
imap: php8-imap
|
||||
intl: php8-intl
|
||||
json: php8-json
|
||||
ldap: php8-ldap
|
||||
mbstring: php8-mbstring
|
||||
mcrypt: php8-mcrypt
|
||||
mysql: php8-mysql
|
||||
oauth: php8-oauth
|
||||
pear: php8-pear
|
||||
pgsql: php8-pgsql
|
||||
php: php8
|
||||
snmp: php8-snmp
|
||||
soap: php8-soap
|
||||
sqlite: php8-sqlite
|
||||
suhosin: php8-suhosin
|
||||
xml:
|
||||
- php5-xmlreader
|
||||
- php5-xmlwriter
|
||||
- php5-xmlrpc
|
||||
zip: php5-zip
|
||||
- php8-xmlreader
|
||||
- php8-xmlwriter
|
||||
- php8-xmlrpc
|
||||
zip: php8-zip
|
||||
xcache:
|
||||
ini:
|
||||
defaults:
|
||||
|
@ -199,46 +199,43 @@ values:
|
||||
soap.wsdl_cache_ttl: 86400
|
||||
lookup:
|
||||
cli:
|
||||
ini: /etc/php.ini
|
||||
ini: /etc/php8/cli/php.ini
|
||||
fpm:
|
||||
conf: /etc/php-fpm.conf
|
||||
conf: /etc/php8/fpm/php-fpm.conf
|
||||
defaults:
|
||||
global:
|
||||
error_log: /var/log/php-fpm/error.log
|
||||
pid: /var/run/php-fpm/php-fpm.pid
|
||||
include: /etc/php-fpm.d/*.conf
|
||||
include: /etc/php8/fpm/php-fpm.d/*.conf
|
||||
group: root
|
||||
ini: /etc/php.ini
|
||||
pools: /etc/php-fpm.d
|
||||
ini: /etc/php8/conf.d/salt.ini
|
||||
pools: /etc/php8/fpm/php-fpm.d
|
||||
service: php-fpm
|
||||
user: root
|
||||
pkgs:
|
||||
adodb: php5-dba
|
||||
apache2: apache2-mod_php5
|
||||
cli: php5
|
||||
curl: php5-curl
|
||||
fpm: php5-fpm
|
||||
gd: php5-gd
|
||||
imap: php5-imap
|
||||
intl: php5-intl
|
||||
json: php5-json
|
||||
ldap: php5-ldap
|
||||
mbstring: php5-mbstring
|
||||
mcrypt: php5-mcrypt
|
||||
mysql: php5-mysql
|
||||
oauth: php5-oauth
|
||||
pear: php5-pear
|
||||
pgsql: php5-pgsql
|
||||
php: php7
|
||||
snmp: php5-snmp
|
||||
soap: php5-soap
|
||||
sqlite: php5-sqlite
|
||||
suhosin: php5-suhosin
|
||||
adodb: php8-dba
|
||||
apache2: apache2-mod_php8
|
||||
cli: php8
|
||||
curl: php8-curl
|
||||
fpm: php8-fpm
|
||||
gd: php8-gd
|
||||
imap: php8-imap
|
||||
intl: php8-intl
|
||||
json: php8-json
|
||||
ldap: php8-ldap
|
||||
mbstring: php8-mbstring
|
||||
mcrypt: php8-mcrypt
|
||||
mysql: php8-mysql
|
||||
oauth: php8-oauth
|
||||
pear: php8-pear
|
||||
pgsql: php8-pgsql
|
||||
php: php8
|
||||
snmp: php8-snmp
|
||||
soap: php8-soap
|
||||
sqlite: php8-sqlite
|
||||
suhosin: php8-suhosin
|
||||
xml:
|
||||
- php5-xmlreader
|
||||
- php5-xmlwriter
|
||||
- php5-xmlrpc
|
||||
zip: php5-zip
|
||||
- php8-xmlreader
|
||||
- php8-xmlwriter
|
||||
- php8-xmlrpc
|
||||
zip: php8-zip
|
||||
xcache:
|
||||
ini:
|
||||
defaults:
|
||||
|
324
test/integration/default/files/_mapdata/rockylinux-8.yaml
Normal file
324
test/integration/default/files/_mapdata/rockylinux-8.yaml
Normal file
@ -0,0 +1,324 @@
|
||||
# yamllint disable rule:indentation rule:line-length
|
||||
# Rocky Linux-8
|
||||
---
|
||||
values:
|
||||
apache2:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
cli:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
fpm:
|
||||
config:
|
||||
conf:
|
||||
opts: {}
|
||||
settings: {}
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
pools:
|
||||
default.conf:
|
||||
enabled: false
|
||||
opts: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
hhvm:
|
||||
config:
|
||||
php:
|
||||
opts: {}
|
||||
settings: {}
|
||||
server:
|
||||
opts: {}
|
||||
settings: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
ini:
|
||||
defaults:
|
||||
CLI Server:
|
||||
cli_server.color: 'On'
|
||||
Date:
|
||||
date.timezone: America/New_York
|
||||
Interbase:
|
||||
ibase.allow_persistent: 1
|
||||
ibase.dateformat: '"%Y-%m-%d"'
|
||||
ibase.max_links: -1
|
||||
ibase.max_persistent: -1
|
||||
ibase.timeformat: '"%H:%M:%S"'
|
||||
ibase.timestampformat: '"%Y-%m-%d %H:%M:%S"'
|
||||
MSSQL:
|
||||
mssql.allow_persistent: 'On'
|
||||
mssql.compatibility_mode: 'Off'
|
||||
mssql.max_links: -1
|
||||
mssql.max_persistent: -1
|
||||
mssql.min_error_severity: 10
|
||||
mssql.min_message_severity: 10
|
||||
mssql.secure_connection: 'Off'
|
||||
MySQL:
|
||||
mysql.allow_local_infile: 'On'
|
||||
mysql.allow_persistent: 'On'
|
||||
mysql.cache_size: '2000'
|
||||
mysql.connect_timeout: 60
|
||||
mysql.max_links: -1
|
||||
mysql.max_persistent: -1
|
||||
mysql.trace_mode: 'Off'
|
||||
MySQLi:
|
||||
mysqli.allow_persistent: 'On'
|
||||
mysqli.cache_size: 2000
|
||||
mysqli.default_port: 3306
|
||||
mysqli.max_links: -1
|
||||
mysqli.max_persistent: -1
|
||||
mysqli.reconnect: 'Off'
|
||||
ODBC:
|
||||
odbc.allow_persistent: 'On'
|
||||
odbc.check_persistent: 'On'
|
||||
odbc.defaultbinmode: 1
|
||||
odbc.defaultlrl: 4096
|
||||
odbc.max_links: '-1'
|
||||
odbc.max_persistent: '-1'
|
||||
PHP:
|
||||
allow_url_fopen: 'On'
|
||||
allow_url_include: 'Off'
|
||||
asp_tags: 'Off'
|
||||
auto_globals_jit: 'On'
|
||||
default_mimetype: '"text/html"'
|
||||
default_socket_timeout: 60
|
||||
disable_functions:
|
||||
- pcntl_alarm
|
||||
- pcntl_fork
|
||||
- pcntl_waitpid
|
||||
- pcntl_wait
|
||||
- pcntl_wifexited
|
||||
- pcntl_wifstopped
|
||||
- pcntl_wifsignaled
|
||||
- pcntl_wexitstatus
|
||||
- pcntl_wtermsig
|
||||
- pcntl_wstopsig
|
||||
- pcntl_signal
|
||||
- pcntl_signal_dispatch
|
||||
- pcntl_get_last_error
|
||||
- pcntl_strerror
|
||||
- pcntl_sigprocmask
|
||||
- pcntl_sigwaitinfo
|
||||
- pcntl_sigtimedwait
|
||||
- pcntl_exec
|
||||
- pcntl_getpriority
|
||||
- pcntl_setpriority
|
||||
display_errors: 'Off'
|
||||
display_startup_errors: 'Off'
|
||||
enable_dl: 'Off'
|
||||
engine: 'On'
|
||||
error_reporting:
|
||||
- E_ALL
|
||||
- ~E_DEPRECATED
|
||||
- ~E_STRICT
|
||||
expose_php: 'On'
|
||||
file_uploads: 'On'
|
||||
html_errors: 'On'
|
||||
ignore_repeated_errors: 'Off'
|
||||
ignore_repeated_source: 'Off'
|
||||
implicit_flush: 'Off'
|
||||
log_errors: 'On'
|
||||
log_errors_max_len: 1024
|
||||
max_execution_time: 30
|
||||
max_file_uploads: 20
|
||||
max_input_nesting_level: 64
|
||||
max_input_time: 60
|
||||
max_input_vars: 1000
|
||||
memory_limit: 128M
|
||||
output_buffering: 4096
|
||||
post_max_size: 8M
|
||||
precision: 14
|
||||
register_argc_argv: 'Off'
|
||||
report_memleaks: 'On'
|
||||
request_order: GP
|
||||
serialize_precision: 17
|
||||
short_open_tag: 'Off'
|
||||
track_errors: 'Off'
|
||||
upload_max_filesize: 2M
|
||||
variables_order: GPCS
|
||||
zend.enable_gc: 'On'
|
||||
zlib.output_compression: 'Off'
|
||||
Pdo_mysql:
|
||||
pdo_mysql.cache_size: 2000
|
||||
PostgreSQL:
|
||||
pgsql.allow_persistent: 'On'
|
||||
pgsql.auto_reset_persistent: 'Off'
|
||||
pgsql.ignore_notice: 0
|
||||
pgsql.log_notice: 0
|
||||
pgsql.max_links: -1
|
||||
pgsql.max_persistent: -1
|
||||
SQL:
|
||||
sql.safe_mode: 'Off'
|
||||
Session:
|
||||
session.auto_start: 0
|
||||
session.bug_compat_42: 'Off'
|
||||
session.bug_compat_warn: 'Off'
|
||||
session.cache_expire: '180'
|
||||
session.cache_limiter: nocache
|
||||
session.cookie_lifetime: 0
|
||||
session.cookie_path: /
|
||||
session.gc_divisor: 1000
|
||||
session.gc_maxlifetime: 1440
|
||||
session.gc_probability: 0
|
||||
session.hash_bits_per_character: 5
|
||||
session.hash_function: 0
|
||||
session.name: PHPSESSID
|
||||
session.save_handler: files
|
||||
session.serialize_handler: php
|
||||
session.use_cookies: 1
|
||||
session.use_only_cookies: 1
|
||||
session.use_strict_mode: 0
|
||||
session.use_trans_sid: 0
|
||||
url_rewriter.tags: '"a=href,area=href,frame=src,input=src,form=fakeentry"'
|
||||
Sybase-CT:
|
||||
sybct.allow_persistent: 'On'
|
||||
sybct.max_links: -1
|
||||
sybct.max_persistent: -1
|
||||
sybct.min_client_severity: 10
|
||||
sybct.min_server_severity: 10
|
||||
Tidy:
|
||||
tidy.clean_output: 'Off'
|
||||
bcmath:
|
||||
bcmath.scale: 0
|
||||
ldap:
|
||||
ldap.max_links: -1
|
||||
mail function:
|
||||
SMTP: localhost
|
||||
mail.add_x_header: 'On'
|
||||
mysqlnd:
|
||||
mysqlnd.collect_memory_statistics: 'Off'
|
||||
mysqlnd.collect_statistics: 'On'
|
||||
soap:
|
||||
soap.wsdl_cache_dir: '"/tmp"'
|
||||
soap.wsdl_cache_enabled: 1
|
||||
soap.wsdl_cache_limit: 5
|
||||
soap.wsdl_cache_ttl: 86400
|
||||
lookup:
|
||||
cli:
|
||||
ini: /etc/php.ini
|
||||
fpm:
|
||||
conf: /etc/php-fpm.conf
|
||||
defaults:
|
||||
global:
|
||||
error_log: /var/log/php-fpm/error.log
|
||||
pid: /var/run/php-fpm/php-fpm.pid
|
||||
include: /etc/php-fpm.d/*.conf
|
||||
group: root
|
||||
ini: /etc/php.ini
|
||||
pools: /etc/php-fpm.d
|
||||
service: php-fpm
|
||||
user: root
|
||||
pkgs:
|
||||
adodb: php-adodb
|
||||
apc: php-pecl-apc
|
||||
apcu: php-pecl-apcu
|
||||
auth-sasl: php-pear-Auth-SASL
|
||||
bcmath: php-bcmath
|
||||
build_pkgs:
|
||||
- openssl-devel
|
||||
- gcc
|
||||
cache-lite: php-pear-Cache-Lite
|
||||
cgi: php-cgi
|
||||
cli: php-cli
|
||||
composer: composer
|
||||
composer_bin: composer
|
||||
console-table: php-pear-Console-Table
|
||||
curl:
|
||||
- php-common
|
||||
- curl
|
||||
dba:
|
||||
- php-dba
|
||||
- dba
|
||||
dev: php-devel
|
||||
ext_conf_path: /etc/php.d
|
||||
fpm: php-fpm
|
||||
gd: php-gd
|
||||
geoip: php-pecl-geoip
|
||||
geshi: php-geshi
|
||||
gettext: php-php-gettext
|
||||
http: php-pecl-http
|
||||
imagick: php-pecl-imagick
|
||||
imap: php-imap
|
||||
intl: php-intl
|
||||
json: php-common
|
||||
ldap: php-ldap
|
||||
local_bin: /usr/local/bin
|
||||
mail: php-pear-Mail
|
||||
mbstring: php-mbstring
|
||||
mcrypt: php-mcrypt
|
||||
memcache: php-pecl-memcache
|
||||
memcached: php-pecl-memcached
|
||||
mysql: php-mysql
|
||||
mysqlnd: php-mysqlnd
|
||||
net-smtp: php-pear-Net-SMTP
|
||||
net4: php-pear-Net-IPv4
|
||||
oauth: php-pecl-oauth
|
||||
opcache: php-pecl-zendopcache
|
||||
pear: php-pear
|
||||
pgsql: php-pgsql
|
||||
php: php
|
||||
pspell: php-pspell
|
||||
redis: php-pecl-redis
|
||||
seclib: php-phpseclib
|
||||
snmp: php-snmp
|
||||
soap: php-soap
|
||||
sqlite: php-pdo
|
||||
ssh2: php-pecl-ssh2
|
||||
suhosin5_ext: suhosin.so
|
||||
suhosin5_repo: https://github.com/sektioneins/suhosin
|
||||
suhosin7_ext: suhosin7.so
|
||||
suhosin7_repo: https://github.com/sektioneins/suhosin7
|
||||
tcpdf: php-tcpdf
|
||||
temp_dir: /tmp
|
||||
tidy: php-tidy
|
||||
uuid: php-pecl-uuid
|
||||
xcache: php-xcache
|
||||
xdebug: php-pecl-xdebug
|
||||
xml:
|
||||
- php-xml
|
||||
- php-xmlrpc
|
||||
xsl: php-xml
|
||||
zip: php
|
||||
xcache:
|
||||
ini: /etc/php.d/xcache.ini
|
||||
xcache:
|
||||
ini:
|
||||
defaults:
|
||||
xcache:
|
||||
xcache.cacher: 'On'
|
||||
xcache.coredump_directory: '""'
|
||||
xcache.coredump_type: '0'
|
||||
xcache.count: '1'
|
||||
xcache.disable_on_crash: 'Off'
|
||||
xcache.experimental: 'Off'
|
||||
xcache.gc_interval: '0'
|
||||
xcache.mmap_path: '"/dev/zero"'
|
||||
xcache.optimizer: 'Off'
|
||||
xcache.readonly_protection: 'Off'
|
||||
xcache.shm_scheme: '"mmap"'
|
||||
xcache.size: 60M
|
||||
xcache.slots: 8K
|
||||
xcache.stat: 'On'
|
||||
xcache.ttl: '0'
|
||||
xcache.var_count: '1'
|
||||
xcache.var_gc_interval: '300'
|
||||
xcache.var_maxttl: '0'
|
||||
xcache.var_namespace: '""'
|
||||
xcache.var_namespace_mode: '0'
|
||||
xcache.var_size: 4M
|
||||
xcache.var_slots: 8K
|
||||
xcache.var_ttl: '0'
|
||||
xcache-common:
|
||||
extension: xcache.so
|
||||
xcache.admin:
|
||||
xcache.admin.enable_auth: 'On'
|
||||
xcache.coverager:
|
||||
xcache.coveragedump_directory: '""'
|
||||
xcache.coverager: 'Off'
|
||||
xcache.coverager_autostart: 'On'
|
||||
opts: {}
|
||||
settings: {}
|
@ -342,7 +342,7 @@ values:
|
||||
phpenmod_command: phpenmod -v5.6
|
||||
pspell: php5.6-pspell
|
||||
readline: php5.6-readline
|
||||
redis: php-redis
|
||||
redis: php5.6-redis
|
||||
seclib:
|
||||
- php-phpseclib
|
||||
- php-seclib
|
||||
|
@ -342,7 +342,7 @@ values:
|
||||
phpenmod_command: phpenmod -v5.6
|
||||
pspell: php5.6-pspell
|
||||
readline: php5.6-readline
|
||||
redis: php-redis
|
||||
redis: php5.6-redis
|
||||
seclib:
|
||||
- php-phpseclib
|
||||
- php-seclib
|
||||
|
@ -342,7 +342,7 @@ values:
|
||||
phpenmod_command: phpenmod -v5.6
|
||||
pspell: php5.6-pspell
|
||||
readline: php5.6-readline
|
||||
redis: php-redis
|
||||
redis: php5.6-redis
|
||||
seclib:
|
||||
- php-phpseclib
|
||||
- php-seclib
|
||||
|
390
test/integration/default/files/_mapdata/ubuntu-22.yaml
Normal file
390
test/integration/default/files/_mapdata/ubuntu-22.yaml
Normal file
@ -0,0 +1,390 @@
|
||||
# yamllint disable rule:indentation rule:line-length
|
||||
# Ubuntu-22.04
|
||||
---
|
||||
values:
|
||||
apache2:
|
||||
ini:
|
||||
opts: {}
|
||||
settings: {}
|
||||
cli:
|
||||
ini:
|
||||
opts: {}
|
||||
settings:
|
||||
Assertion:
|
||||
zend.assertions: -1
|
||||
Date:
|
||||
date.timezone: Europe/Paris
|
||||
PHP:
|
||||
default_charset: UTF-8
|
||||
fpm:
|
||||
config:
|
||||
conf:
|
||||
opts: {}
|
||||
settings: {}
|
||||
ini:
|
||||
opts: {}
|
||||
settings:
|
||||
Assertion:
|
||||
zend.assertions: -1
|
||||
Date:
|
||||
date.timezone: Europe/Paris
|
||||
PHP:
|
||||
cgi.fix_pathinfo: 0
|
||||
default_charset: UTF-8
|
||||
expose_php: 'Off'
|
||||
pools:
|
||||
ldap-admin.conf:
|
||||
enabled: true
|
||||
phpversion: '7.3'
|
||||
settings:
|
||||
ldap-admin:
|
||||
catch_workers_output: 'yes'
|
||||
group: www-data
|
||||
listen: /tmp/php-fpm-ldap-admin2.sock
|
||||
listen.mode: '0666'
|
||||
php_admin_value[date.timezone]: Europe/Paris
|
||||
ping.path: /php-ping
|
||||
pm: static
|
||||
pm.max_children: 3
|
||||
pm.max_requests: 500
|
||||
pm.status_path: /php-status
|
||||
security.limit_extensions: .php
|
||||
user: www-data
|
||||
radius-admin.conf:
|
||||
enabled: true
|
||||
phpversion: '5.6'
|
||||
settings:
|
||||
radius-admin:
|
||||
catch_workers_output: 'yes'
|
||||
group: www-data
|
||||
listen: /tmp/php-fpm-radius-admin.sock
|
||||
listen.mode: '0666'
|
||||
php_admin_value[date.timezone]: Europe/Paris
|
||||
ping.path: /php-ping
|
||||
pm: static
|
||||
pm.max_children: 3
|
||||
pm.max_requests: 500
|
||||
pm.status_path: /php-status
|
||||
security.limit_extensions: .php
|
||||
user: www-data
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
hhvm:
|
||||
config:
|
||||
php:
|
||||
opts: {}
|
||||
settings: {}
|
||||
server:
|
||||
opts: {}
|
||||
settings: {}
|
||||
service:
|
||||
enabled: true
|
||||
opts: {}
|
||||
ini:
|
||||
defaults:
|
||||
CLI Server:
|
||||
cli_server.color: 'On'
|
||||
Date:
|
||||
date.timezone: America/New_York
|
||||
Interbase:
|
||||
ibase.allow_persistent: 1
|
||||
ibase.dateformat: '"%Y-%m-%d"'
|
||||
ibase.max_links: -1
|
||||
ibase.max_persistent: -1
|
||||
ibase.timeformat: '"%H:%M:%S"'
|
||||
ibase.timestampformat: '"%Y-%m-%d %H:%M:%S"'
|
||||
MSSQL:
|
||||
mssql.allow_persistent: 'On'
|
||||
mssql.compatibility_mode: 'Off'
|
||||
mssql.max_links: -1
|
||||
mssql.max_persistent: -1
|
||||
mssql.min_error_severity: 10
|
||||
mssql.min_message_severity: 10
|
||||
mssql.secure_connection: 'Off'
|
||||
MySQL:
|
||||
mysql.allow_local_infile: 'On'
|
||||
mysql.allow_persistent: 'On'
|
||||
mysql.cache_size: '2000'
|
||||
mysql.connect_timeout: 60
|
||||
mysql.max_links: -1
|
||||
mysql.max_persistent: -1
|
||||
mysql.trace_mode: 'Off'
|
||||
MySQLi:
|
||||
mysqli.allow_persistent: 'On'
|
||||
mysqli.cache_size: 2000
|
||||
mysqli.default_port: 3306
|
||||
mysqli.max_links: -1
|
||||
mysqli.max_persistent: -1
|
||||
mysqli.reconnect: 'Off'
|
||||
ODBC:
|
||||
odbc.allow_persistent: 'On'
|
||||
odbc.check_persistent: 'On'
|
||||
odbc.defaultbinmode: 1
|
||||
odbc.defaultlrl: 4096
|
||||
odbc.max_links: '-1'
|
||||
odbc.max_persistent: '-1'
|
||||
PHP:
|
||||
allow_url_fopen: 'On'
|
||||
allow_url_include: 'Off'
|
||||
asp_tags: 'Off'
|
||||
auto_globals_jit: 'On'
|
||||
default_mimetype: '"text/html"'
|
||||
default_socket_timeout: 60
|
||||
disable_functions:
|
||||
- pcntl_alarm
|
||||
- pcntl_fork
|
||||
- pcntl_waitpid
|
||||
- pcntl_wait
|
||||
- pcntl_wifexited
|
||||
- pcntl_wifstopped
|
||||
- pcntl_wifsignaled
|
||||
- pcntl_wexitstatus
|
||||
- pcntl_wtermsig
|
||||
- pcntl_wstopsig
|
||||
- pcntl_signal
|
||||
- pcntl_signal_dispatch
|
||||
- pcntl_get_last_error
|
||||
- pcntl_strerror
|
||||
- pcntl_sigprocmask
|
||||
- pcntl_sigwaitinfo
|
||||
- pcntl_sigtimedwait
|
||||
- pcntl_exec
|
||||
- pcntl_getpriority
|
||||
- pcntl_setpriority
|
||||
display_errors: 'Off'
|
||||
display_startup_errors: 'Off'
|
||||
enable_dl: 'Off'
|
||||
engine: 'On'
|
||||
error_reporting:
|
||||
- E_ALL
|
||||
- ~E_DEPRECATED
|
||||
- ~E_STRICT
|
||||
expose_php: 'On'
|
||||
file_uploads: 'On'
|
||||
html_errors: 'On'
|
||||
ignore_repeated_errors: 'Off'
|
||||
ignore_repeated_source: 'Off'
|
||||
implicit_flush: 'Off'
|
||||
log_errors: 'On'
|
||||
log_errors_max_len: 1024
|
||||
max_execution_time: 30
|
||||
max_file_uploads: 20
|
||||
max_input_nesting_level: 64
|
||||
max_input_time: 60
|
||||
max_input_vars: 1000
|
||||
memory_limit: 128M
|
||||
output_buffering: 4096
|
||||
post_max_size: 8M
|
||||
precision: 14
|
||||
register_argc_argv: 'Off'
|
||||
report_memleaks: 'On'
|
||||
request_order: GP
|
||||
serialize_precision: 17
|
||||
short_open_tag: 'Off'
|
||||
track_errors: 'Off'
|
||||
upload_max_filesize: 2M
|
||||
variables_order: GPCS
|
||||
zend.enable_gc: 'On'
|
||||
zlib.output_compression: 'Off'
|
||||
Pdo_mysql:
|
||||
pdo_mysql.cache_size: 2000
|
||||
PostgreSQL:
|
||||
pgsql.allow_persistent: 'On'
|
||||
pgsql.auto_reset_persistent: 'Off'
|
||||
pgsql.ignore_notice: 0
|
||||
pgsql.log_notice: 0
|
||||
pgsql.max_links: -1
|
||||
pgsql.max_persistent: -1
|
||||
SQL:
|
||||
sql.safe_mode: 'Off'
|
||||
Session:
|
||||
session.auto_start: 0
|
||||
session.bug_compat_42: 'Off'
|
||||
session.bug_compat_warn: 'Off'
|
||||
session.cache_expire: '180'
|
||||
session.cache_limiter: nocache
|
||||
session.cookie_lifetime: 0
|
||||
session.cookie_path: /
|
||||
session.gc_divisor: 1000
|
||||
session.gc_maxlifetime: 1440
|
||||
session.gc_probability: 0
|
||||
session.hash_bits_per_character: 5
|
||||
session.hash_function: 0
|
||||
session.name: PHPSESSID
|
||||
session.save_handler: files
|
||||
session.serialize_handler: php
|
||||
session.use_cookies: 1
|
||||
session.use_only_cookies: 1
|
||||
session.use_strict_mode: 0
|
||||
session.use_trans_sid: 0
|
||||
url_rewriter.tags: '"a=href,area=href,frame=src,input=src,form=fakeentry"'
|
||||
Sybase-CT:
|
||||
sybct.allow_persistent: 'On'
|
||||
sybct.max_links: -1
|
||||
sybct.max_persistent: -1
|
||||
sybct.min_client_severity: 10
|
||||
sybct.min_server_severity: 10
|
||||
Tidy:
|
||||
tidy.clean_output: 'Off'
|
||||
bcmath:
|
||||
bcmath.scale: 0
|
||||
ldap:
|
||||
ldap.max_links: -1
|
||||
mail function:
|
||||
SMTP: localhost
|
||||
mail.add_x_header: 'On'
|
||||
mysqlnd:
|
||||
mysqlnd.collect_memory_statistics: 'Off'
|
||||
mysqlnd.collect_statistics: 'On'
|
||||
soap:
|
||||
soap.wsdl_cache_dir: '"/tmp"'
|
||||
soap.wsdl_cache_enabled: 1
|
||||
soap.wsdl_cache_limit: 5
|
||||
soap.wsdl_cache_ttl: 86400
|
||||
lookup:
|
||||
apache2:
|
||||
ini: /etc/php/5.6/apache2/php.ini
|
||||
cli:
|
||||
ini: /etc/php/5.6/cli/php.ini
|
||||
fpm:
|
||||
conf: /etc/php/5.6/fpm/php-fpm.conf
|
||||
defaults:
|
||||
global:
|
||||
error_log: /var/log/php5.6-fpm.log
|
||||
pid: /run/php/php5.6-fpm.pid
|
||||
include: /etc/php/5.6/fpm/pool.d/*.conf
|
||||
group: root
|
||||
ini: /etc/php/5.6/fpm/php.ini
|
||||
pools: /etc/php/5.6/fpm/pool.d
|
||||
service: php5.6-fpm
|
||||
user: root
|
||||
hhvm:
|
||||
conf: /etc/hhvm/server.ini
|
||||
defaults: {}
|
||||
ini: /etc/hhvm/php.ini
|
||||
php:
|
||||
hhvm.log.always_log_unhandled_exceptions: 'true'
|
||||
hhvm.log.level: Warning
|
||||
hhvm.log.runtime_error_reporting_level: '8191'
|
||||
hhvm.mysql.typed_results: 'false'
|
||||
session.gc_maxlifetime: '1440'
|
||||
session.save_handler: files
|
||||
session.save_path: /var/lib/hhvm/sessions
|
||||
server:
|
||||
hhvm.log.file: /var/log/hhvm/error.log
|
||||
hhvm.log.use_log_file: 'true'
|
||||
hhvm.repo.central.path: /var/run/hhvm/hhvm.hhbc
|
||||
hhvm.server.default_document: index.php
|
||||
hhvm.server.port: '9000'
|
||||
hhvm.server.type: fastcgi
|
||||
pid: /var/run/hhvm/pid
|
||||
service: hhvm
|
||||
pkgs:
|
||||
adodb: libphp-adodb
|
||||
apache2: libapache2-mod-php5.6
|
||||
apc: php-apcu
|
||||
apcu: php-apcu-bc
|
||||
auth-sasl: php-auth-sasl
|
||||
bcmath: php5.6-bcmath
|
||||
build_pkgs:
|
||||
- libssl-dev
|
||||
- libcurl4-openssl-dev
|
||||
- pkg-config
|
||||
- libsslcommon2-dev
|
||||
- gcc
|
||||
- make
|
||||
- autoconf
|
||||
- libc-dev
|
||||
- pkg-config
|
||||
bz2: php5.6-bz2
|
||||
cache-lite: php-cache-lite
|
||||
cgi: php5.6-cgi
|
||||
cli: php5.6-cli
|
||||
composer_bin: composer
|
||||
console-table: php-console-table
|
||||
curl: php5.6-curl
|
||||
dba: php5.6-dba
|
||||
dev: php5.6-dev
|
||||
ext_conf_path: /etc/php/5.6/mods-available
|
||||
fpm: php5.6-fpm
|
||||
gd: php5.6-gd
|
||||
gearman: php-gearman
|
||||
geoip: php-geoip
|
||||
geshi: php-geshi
|
||||
gettext: php5.6
|
||||
gmp: php5.6-gmp
|
||||
hhvm: hhvm
|
||||
imagick: php-imagick
|
||||
imap: php5.6-imap
|
||||
intl: php5.6-intl
|
||||
json: php5.6-json
|
||||
ldap: php5.6-ldap
|
||||
local_bin: /usr/local/bin
|
||||
mail: php-mail
|
||||
mbstring: php5.6-mbstring
|
||||
mcrypt: php5.6-mcrypt
|
||||
memcache: php-memcache
|
||||
memcached: php-memcached
|
||||
mongo: php-mongo
|
||||
mongodb: php-mongodb
|
||||
mysql: php5.6-mysql
|
||||
mysqlnd: php5.6-mysql
|
||||
net-smtp: php-net-smtp
|
||||
net4: php-net-ipv4
|
||||
net6: php-net-ipv6
|
||||
oauth: php-oauth
|
||||
odbc: php-odbc
|
||||
opcache: php5.6-opcache
|
||||
pear: php-pear
|
||||
pgsql: php5.6-pgsql
|
||||
php: php5.6
|
||||
phpenmod_command: phpenmod -v5.6
|
||||
pspell: php5.6-pspell
|
||||
readline: php5.6-readline
|
||||
redis: php5.6-redis
|
||||
seclib:
|
||||
- php-phpseclib
|
||||
- php-seclib
|
||||
snmp: php5.6-snmp
|
||||
soap: php5.6-soap
|
||||
sqlite: php5.6-sqlite3
|
||||
ssh2: php-ssh2
|
||||
suhosin5_ext: suhosin.so
|
||||
suhosin5_repo: https://github.com/sektioneins/suhosin
|
||||
suhosin7_ext: suhosin7.so
|
||||
suhosin7_repo: https://github.com/sektioneins/suhosin7
|
||||
sybase: php5.6-sybase
|
||||
tcpdf: php-tcpdf
|
||||
temp_dir: /tmp
|
||||
tidy: php5.6-tidy
|
||||
xdebug: php-xdebug
|
||||
xml:
|
||||
- php5.6-xml
|
||||
- php5.6-xmlrpc
|
||||
xsl: php5.6-xsl
|
||||
zip: php5.6-zip
|
||||
modules:
|
||||
- bz2
|
||||
- cli
|
||||
- curl
|
||||
- gd
|
||||
- imagick
|
||||
- imap
|
||||
- intl
|
||||
- mbstring
|
||||
- mysql
|
||||
- readline
|
||||
- redis
|
||||
- xdebug
|
||||
- xml
|
||||
- zip
|
||||
repo:
|
||||
file: /etc/apt/sources.list.d/php-sury.list
|
||||
humanname: php-sury ppa
|
||||
key_url: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c
|
||||
name: deb http://ppa.launchpad.net/ondrej/php/ubuntu jammy main
|
||||
use_external_repo: true
|
||||
version:
|
||||
- '5.6'
|
||||
- '7.3'
|
@ -22,4 +22,7 @@ supports:
|
||||
- platform-name: oracle
|
||||
- platform-name: arch
|
||||
- platform-name: gentoo
|
||||
- platform-name: almalinux
|
||||
- platform-name: rocky
|
||||
- platform-name: mac_os_x
|
||||
- platform: windows
|
||||
|
@ -19,4 +19,7 @@ supports:
|
||||
- platform-name: oracle
|
||||
- platform-name: arch
|
||||
- platform-name: gentoo
|
||||
- platform-name: almalinux
|
||||
- platform-name: rocky
|
||||
- platform-name: mac_os_x
|
||||
- platform: windows
|
||||
|
@ -4,6 +4,7 @@
|
||||
# Author: Daniel Dehennin <daniel.dehennin@ac-dijon.fr>
|
||||
# Copyright (C) 2020 Daniel Dehennin <daniel.dehennin@ac-dijon.fr>
|
||||
|
||||
# rubocop:disable Metrics/ClassLength
|
||||
class SystemResource < Inspec.resource(1)
|
||||
name 'system'
|
||||
|
||||
@ -21,7 +22,8 @@ class SystemResource < Inspec.resource(1)
|
||||
family: build_platform_family,
|
||||
name: build_platform_name,
|
||||
release: build_platform_release,
|
||||
finger: build_platform_finger
|
||||
finger: build_platform_finger,
|
||||
codename: build_platform_codename
|
||||
}
|
||||
end
|
||||
|
||||
@ -36,7 +38,7 @@ class SystemResource < Inspec.resource(1)
|
||||
|
||||
def build_platform_name
|
||||
case inspec.platform[:name]
|
||||
when 'amazon', 'oracle'
|
||||
when 'amazon', 'oracle', 'rocky'
|
||||
"#{inspec.platform[:name]}linux"
|
||||
when /^windows_/
|
||||
inspec.platform[:family]
|
||||
@ -49,18 +51,22 @@ class SystemResource < Inspec.resource(1)
|
||||
def build_platform_release
|
||||
case inspec.platform[:name]
|
||||
when 'amazon'
|
||||
# `2018` relase is named `1` in kitchen.yaml
|
||||
# `2018` relase is named `1` in `kitchen.yml`
|
||||
inspec.platform[:release].gsub(/2018.*/, '1')
|
||||
when 'arch'
|
||||
'base-latest'
|
||||
when 'gentoo'
|
||||
"#{inspec.platform[:release].split('.')[0]}-#{derive_gentoo_init_system}"
|
||||
when 'mac_os_x'
|
||||
inspec.command('sw_vers -productVersion').stdout.to_s
|
||||
when 'opensuse'
|
||||
# rubocop:disable Style/NumericLiterals,Layout/LineLength
|
||||
inspec.platform[:release].to_i > 20210101 ? 'tumbleweed' : inspec.platform[:release]
|
||||
# rubocop:enable Style/NumericLiterals,Layout/LineLength
|
||||
when 'windows_8.1_pro'
|
||||
'8.1'
|
||||
when 'windows_server_2022_datacenter'
|
||||
'2022-server'
|
||||
when 'windows_server_2019_datacenter'
|
||||
'2019-server'
|
||||
when 'windows_server_2016_datacenter'
|
||||
@ -87,4 +93,46 @@ class SystemResource < Inspec.resource(1)
|
||||
build_platform_release.split('.')[0]
|
||||
end
|
||||
end
|
||||
|
||||
# rubocop:disable Metrics/MethodLength,Metrics/CyclomaticComplexity
|
||||
def build_platform_codename
|
||||
case build_platform_finger
|
||||
when 'ubuntu-22.04'
|
||||
'jammy'
|
||||
when 'ubuntu-20.04'
|
||||
'focal'
|
||||
when 'ubuntu-18.04'
|
||||
'bionic'
|
||||
when 'debian-11'
|
||||
'bullseye'
|
||||
when 'debian-10'
|
||||
'buster'
|
||||
when 'debian-9'
|
||||
'stretch'
|
||||
when 'almalinux-8'
|
||||
"AlmaLinux #{build_platform_release} (Arctic Sphynx)"
|
||||
when 'amazonlinux-2'
|
||||
'Amazon Linux 2'
|
||||
when 'arch-base-latest'
|
||||
'Arch Linux'
|
||||
when 'centos-7'
|
||||
'CentOS Linux 7 (Core)'
|
||||
when 'centos-8'
|
||||
'CentOS Stream 8'
|
||||
when 'opensuse-tumbleweed'
|
||||
'openSUSE Tumbleweed'
|
||||
when 'opensuse-15'
|
||||
"openSUSE Leap #{build_platform_release}"
|
||||
when 'oraclelinux-8', 'oraclelinux-7'
|
||||
"Oracle Linux Server #{build_platform_release}"
|
||||
when 'gentoo-2-sysd', 'gentoo-2-sysv'
|
||||
'Gentoo/Linux'
|
||||
when 'rockylinux-8'
|
||||
"Rocky Linux #{build_platform_release} (Green Obsidian)"
|
||||
else
|
||||
''
|
||||
end
|
||||
end
|
||||
# rubocop:enable Metrics/MethodLength,Metrics/CyclomaticComplexity
|
||||
end
|
||||
# rubocop:enable Metrics/ClassLength
|
||||
|
@ -4,4 +4,4 @@
|
||||
php:
|
||||
lookup:
|
||||
pkgs:
|
||||
php: php7
|
||||
php: php8
|
||||
|
Loading…
x
Reference in New Issue
Block a user