Merge "Provide more useful fail message"

This commit is contained in:
Zuul 2019-04-25 17:12:47 +00:00 committed by Gerrit Code Review
commit 52d08aad6c
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ class swift::params {
$signing_dir = '/var/cache/swift'
}
default: {
fail("Unsupported osfamily: ${::osfamily} for os ${::operatingsystem}")
fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, \
module ${module_name} only support osfamily RedHat and Debian")
}
}
$swift_init_service_names = [