Skip to content

Commit

Permalink
Merge pull request #596 from Icinga/case-statement-without-default
Browse files Browse the repository at this point in the history
Missing default in case statement for pki in feature::api
  • Loading branch information
lbetz authored Dec 18, 2019
2 parents 17efbcd + 4a6a6dd commit 688eabe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ BUNDLE_JOBS: "4"
BUNDLE_PATH: "vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_WITHOUT: "system_tests"
BUNDLE_BUILD: "--no-ri --no-rdoc"
6 changes: 2 additions & 4 deletions .fixtures.puppet4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ fixtures:
ref: 6.3.0
chocolatey:
repo: puppetlabs/chocolatey
ref: 3.3.0
zypprepo:
repo: puppet/zypprepo
yumrepo_core:
repo: "puppetlabs-yumrepo_core"
puppet_version: ">= 6.0.0"

ref: 2.2.2
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ matrix:
env: PUPPET_VERSION="~> 5.0" CHECK=test PARALLEL_TEST_PROCESSORS=4
rvm: 2.4.5
stage: spec
-
env: PUPPET_VERSION="~> 4.10" CHECK=test PARALLEL_TEST_PROCESSORS=4 FIXTURES_YML=.fixtures.puppet4.yml
rvm: 2.1.9
stage: spec
-
env: DEPLOY_TO_FORGE=yes
stage: deploy
Expand Down
3 changes: 2 additions & 1 deletion manifests/feature/api.pp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@
}
} # none

'icinga2': {
# icinga2 as default
default: {
$_ticket_salt = undef
$trusted_cert = "${cert_dir}/trusted-cert.crt"

Expand Down

0 comments on commit 688eabe

Please sign in to comment.