mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 10:55:00 +01:00
Merge pull request #16 from bastelfreak/ubuntu
Fix Ubuntu18/puppet6 CI job
This commit is contained in:
commit
8197cc3dad
1 changed files with 6 additions and 0 deletions
6
spec/setup_acceptance_node.pp
Normal file
6
spec/setup_acceptance_node.pp
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Needed for os.distro.codebase fact on ubuntu 18 on puppet 6
|
||||
if $facts['os']['name'] == 'Ubuntu' and $facts['os']['release']['full'] == '18.04' and versioncmp($facts['puppetversion'], '7') <= 0 {
|
||||
package{'lsb-release':
|
||||
ensure => present,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue