Skip to content

Commit

Permalink
Fix acceptance tests on Ubuntu 18.04 with Puppet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Mar 28, 2022
1 parent c1da63a commit 50edee9
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 facter to fetch facts used by the postgresql module
if fact('os.name') == 'Ubuntu' and fact('os.release.full') == '18.04' {
package{ 'lsb-release':
ensure => present,
}
}

0 comments on commit 50edee9

Please sign in to comment.