Project

General

Profile

« Previous | Next » 

Revision 176e0bab

Added by Michael Moll over 8 years ago

support newer Ubuntu versions

View differences:

spec/classes/init_spec.rb
:alias => 'tftp-server',
})
if facts[:operatingsystem] == 'Debian' && facts[:operatingsystemrelease].start_with?('8.')
if (facts[:operatingsystem] == 'Debian' && facts[:operatingsystemrelease].start_with?('8.')) ||
(facts[:operatingsystem] == 'Ubuntu' && facts[:operatingsystemrelease].start_with?('16.'))
should contain_package('pxelinux').with_ensure('installed')
should contain_package('syslinux-common').with_ensure('installed')
else

Also available in: Unified diff