Skip to content
Snippets Groups Projects
Commit 2308c13c authored by František Dvořák's avatar František Dvořák
Browse files

Hadoop: limit puppetlabs apt version for compatibility with puppet 4.x

parent 5995ae00
No related branches found
No related tags found
No related merge requests found
Pipeline #538 passed
......@@ -45,6 +45,7 @@ write_files:
mod 'cesnet-zookeeper',
:git => 'https://github.com/MetaCenterCloudPuppet/cesnet-zookeeper/'
# compatibility with puppet <= 4.x
mod 'puppetlabs-apt', '<7.7.1'
mod 'puppetlabs-mysql', '<10.10.0'
runcmd:
......
......@@ -45,6 +45,7 @@ write_files:
mod 'cesnet-zookeeper',
:git => 'https://github.com/MetaCenterCloudPuppet/cesnet-zookeeper/'
# compatibility with puppet <= 4.x
mod 'puppetlabs-apt', '<7.7.1'
mod 'puppetlabs-mysql', '<10.10.0'
runcmd:
......
......@@ -45,6 +45,7 @@ write_files:
mod 'cesnet-zookeeper',
:git => 'https://github.com/MetaCenterCloudPuppet/cesnet-zookeeper/'
# compatibility with puppet <= 4.x
mod 'puppetlabs-apt', '<7.7.1'
mod 'puppetlabs-mysql', '<10.10.0'
runcmd:
......
......@@ -3,6 +3,9 @@
forge "https://forgeapi.puppetlabs.com"
# compatibility with puppet <= 4.x
mod 'puppetlabs-apt', '<7.7.1'
# compatibility with puppet <= 4.x
mod 'puppetlabs-mysql', '<10.10.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment