diff --git a/manifests/backend/rbd.pp b/manifests/backend/rbd.pp index 7976fb3e..444f9984 100644 --- a/manifests/backend/rbd.pp +++ b/manifests/backend/rbd.pp @@ -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") } } diff --git a/manifests/params.pp b/manifests/params.pp index 9801f66e..2a91a217 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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") } }