From 7a77206c6003835f45a3a07ecb4a7f29af29d9d0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 27 Aug 2009 21:30:21 -0300 Subject: Adding additional clause to avoid blank keytype --- manifests/client.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/client.pp') diff --git a/manifests/client.pp b/manifests/client.pp index c3d186d..04001e7 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -66,6 +66,7 @@ class backupninja::client { default => $keystore, } $key_type = $keytype ? { + '' => "${backupninja::client::real_keytype}", false => "${backupninja::client::real_keytype}", default => $keytype, } -- cgit v1.2.3