From a8552ca2badd7c7ea5938d6a3782f6221aa5bdb8 Mon Sep 17 00:00:00 2001 From: Matt Fischer Date: Tue, 24 Mar 2015 14:21:33 -0600 Subject: [PATCH] Fix spelling of unsupported. Change-Id: I9b66f8ad1008d9fcea0a3fe78f7e5f5e17d73fd8 --- manifests/backend/rbd.pp | 2 +- manifests/params.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") } }