From 33f0fc17360a4a57c9392aa2bcd945e50dd72ad7 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 28 Oct 2012 21:23:44 -0700 Subject: [PATCH] fail explicitly for unsupported db types in all.pp --- manifests/all.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/all.pp b/manifests/all.pp index 6750148..9cf9319 100644 --- a/manifests/all.pp +++ b/manifests/all.pp @@ -165,6 +165,8 @@ class openstack::all ( allowed_hosts => $allowed_hosts, enabled => $enabled, } + } else { + fail("unsupported db type: ${db_type}") } ####### KEYSTONE ###########