X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=bootstrap;h=b4ee644ac82e530654810e037d9eaf01c2a4a7e0;hb=dcffa9ab5e6f696542df9e0c909e62c4935734e2;hp=6b409d3263c1327f65f329455a23061f88ec0de1;hpb=da50813b3a6e6cb611be54a63357b0899b1cc863;p=infra.git diff --git a/bootstrap b/bootstrap index 6b409d3..b4ee644 100755 --- a/bootstrap +++ b/bootstrap @@ -34,7 +34,9 @@ fi puppet module install puppetlabs-firewall --version 1 -puppet module install puppetlabs-stdlib --version 4 +# In version 4.19 and 4.20, the "file_line" is not able to remove "search" and "domain" lines from the container's resolv.conf. +# Since Puppet 4 does not support "union ranges" of versions (only Puppet 5 does, which is currently not included in Debian), require >=4.21.0 and ignore that <=4.18 works as well. +puppet module install puppetlabs-stdlib --version ">=4.21.0" puppet module install puppetlabs-apt --version 2 puppet module install puppetlabs-postgresql --version 4 puppet module install puppetlabs-mysql --version 3