Added correct os_info string for CentOS

This commit is contained in:
Joona Hoikkala 2015-12-05 19:10:40 +02:00
parent da5b980674
commit b856fc58af

View file

@ -22,7 +22,8 @@ CLI_DEFAULTS_CENTOS = dict(
CLI_DEFAULTS = {
"debian": CLI_DEFAULTS_DEBIAN,
"ubuntu": CLI_DEFAULTS_DEBIAN,
"centos": CLI_DEFAULTS_CENTOS
"centos": CLI_DEFAULTS_CENTOS,
"centos linux": CLI_DEFAULTS_CENTOS
}
"""CLI defaults."""