Skip to content

Commit ea31126

Browse files
committed
Add puppet6 back
Add puppet6 back Add space
1 parent d2040ca commit ea31126

File tree

3 files changed

+3
-87
lines changed

3 files changed

+3
-87
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: get-matrix
5656
run: |
5757
if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then
58-
echo "::set-output name=matrix::{'platform':['centos-7'],'collection':['puppet7-nightly']}"
58+
echo "::set-output name=matrix::{'platform':['centos-7'],'collection':['puppet6-nightly', 'puppet7-nightly']}"
5959
else
6060
echo "::set-output name=matrix::{}"
6161
fi

spec/acceptance/kubernetes_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
pp = <<-MANIFEST
1414
if $facts['os']['family'] == 'redhat'{
1515
class {'kubernetes':
16-
kubernetes_version => '1.20.0',
17-
kubernetes_package_version => '1.20.0',
16+
kubernetes_version => '1.20.6',
17+
kubernetes_package_version => '1.20.6',
1818
controller_address => "$::ipaddress:6443",
1919
container_runtime => 'docker',
2020
manage_docker => false,

spec/fixtures/litmus_inventory.yaml

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)