Skip to content

Commit

Permalink
Merge pull request #27 from appuio/puppet7
Browse files Browse the repository at this point in the history
Upgrade to Puppet 7
  • Loading branch information
bastjan authored Jun 14, 2022
2 parents 70df6a9 + 55c02de commit 5331439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/vshn-lbaas-cloudscale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ locals {
"package_upgrade" = true,
"runcmd" = [
"sleep '5'",
"wget -O /tmp/puppet-source.deb https://apt.puppetlabs.com/puppet6-release-focal.deb",
"wget -O /tmp/puppet-source.deb https://apt.puppetlabs.com/puppet7-release-focal.deb",
"dpkg -i /tmp/puppet-source.deb",
"rm /tmp/puppet-source.deb",
"apt-get update",
Expand Down
2 changes: 1 addition & 1 deletion modules/vshn-lbaas-exoscale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ locals {
"package_upgrade" = true,
"runcmd" = [
"sleep '5'",
"wget -O /tmp/puppet-source.deb https://apt.puppetlabs.com/puppet6-release-focal.deb",
"wget -O /tmp/puppet-source.deb https://apt.puppetlabs.com/puppet7-release-focal.deb",
"dpkg -i /tmp/puppet-source.deb",
"rm /tmp/puppet-source.deb",
"apt-get update",
Expand Down

0 comments on commit 5331439

Please sign in to comment.