Fix spelling of unsupported.
Change-Id: I9b66f8ad1008d9fcea0a3fe78f7e5f5e17d73fd8
This commit is contained in:
parent
9b0ff06b6a
commit
a8552ca2ba
@ -92,7 +92,7 @@ define cinder::backend::rbd (
|
||||
$override_match = '^export CEPH_ARGS='
|
||||
}
|
||||
default: {
|
||||
fail("unsuported osfamily ${::osfamily}, currently Debian and Redhat are the only supported platforms")
|
||||
fail("unsupported osfamily ${::osfamily}, currently Debian and Redhat are the only supported platforms")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,6 +55,6 @@ class cinder::params {
|
||||
}
|
||||
|
||||
} else {
|
||||
fail("unsuported osfamily ${::osfamily}, currently Debian and Redhat are the only supported platforms")
|
||||
fail("unsupported osfamily ${::osfamily}, currently Debian and Redhat are the only supported platforms")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user