]> WPIA git - infra.git/commitdiff
upd: puppetlabs-stdlib to >=4.21
authorFelix Dörre <felix@dogcraft.de>
Mon, 6 Nov 2017 10:29:04 +0000 (11:29 +0100)
committerFelix Dörre <felix@dogcraft.de>
Mon, 6 Nov 2017 22:23:51 +0000 (23:23 +0100)
Change-Id: I9b5dbc49eb65982fe8530fe2dbcb0146fc91292a

bootstrap

index 4de279da1cebbb058d90d6f266dd794e7daa55bd..b4ee644ac82e530654810e037d9eaf01c2a4a7e0 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -34,8 +34,9 @@ fi
 
 
 puppet module install puppetlabs-firewall --version 1
-# pinned to 4.18, as from version 4.19 the "file_line" is not able to remove "search" and "domain" lines from the container's resolv.conf
-puppet module install puppetlabs-stdlib --version 4.18
+# 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