Skip to content

Commit

Permalink
ubuntu: Install lsb-release in beaker jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 11, 2022
1 parent c3ee421 commit 82d1314
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Needed for os.distro.codebase fact on ubuntu 16/18 on puppet 6
if $facts['os']['name'] == 'Ubuntu' and versioncmp($facts['puppetversion'], '7.0.0') < 0 {
package{'lsb-release':
ensure => present,
}
}

0 comments on commit 82d1314

Please sign in to comment.