File: setup_acceptance_node.pp

package info (click to toggle)
puppet-module-voxpupuli-elasticsearch 9.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,496 kB
  • sloc: ruby: 9,906; sh: 392; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
# Needed for older facter to fetch facts used by the apt module
#
# Might be fixed by: https://github.com/puppetlabs/puppetlabs-apt/pull/1017
if versioncmp(fact('facterversion'), '4.0.0') < 0 and fact('os.name') == 'Ubuntu' {
  package { 'lsb-release':
    ensure => present,
  }
}