We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da23b4 + 8d147cf commit 4b1d82bCopy full SHA for 4b1d82b
spec/setup_acceptance_node.pp
@@ -0,0 +1,8 @@
1
+# Needed for older facter to fetch facts used by the apt module
2
+#
3
+# Might be fixed by: https://github.com/puppetlabs/puppetlabs-apt/pull/1017
4
+if versioncmp(fact('facterversion'), '4.0.0') < 0 and fact('os.name') == 'Ubuntu' {
5
+ package { 'lsb-release':
6
+ ensure => present,
7
+ }
8
+}
0 commit comments