Provide more useful fail message
Change-Id: I8b1a168bb94249c27d1bcbec56ed08a8c0fb56ce Closes-Bug: #1792719
This commit is contained in:
parent
38480756d7
commit
b9415d8f83
@ -88,7 +88,8 @@ class ironic::params {
|
||||
$syslinux_files = ['pxelinux.0', 'chain.c32', 'libcom32.c32', 'libutil.c32']
|
||||
}
|
||||
default: {
|
||||
fail("Unsupported osfamily ${::osfamily}")
|
||||
fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, \
|
||||
module ${module_name} only support osfamily RedHat and Debian")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user