Merge "Provide more useful fail message"

This commit is contained in:
Zuul 2019-04-25 15:14:53 +00:00 committed by Gerrit Code Review
commit b8236cf5ec
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ class qdr::params {
$tools_package_list = [ 'qpid-dispatch-tools' ]
}
default: {
fail("Unsupported osfamily: ${::osfamily} operatingsystem")
fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, \
module ${module_name} only support osfamily RedHat and Debian")
}
}