From 9ed071726ac2070d2d27bd739d51ee7b62c70b1b Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Mon, 8 Jul 2013 15:06:43 +0000 Subject: [PATCH] Add Quantum client configuration --- manifests/quantum/client.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/quantum/client.pp diff --git a/manifests/quantum/client.pp b/manifests/quantum/client.pp new file mode 100644 index 0000000..db1ef22 --- /dev/null +++ b/manifests/quantum/client.pp @@ -0,0 +1,5 @@ +class kickstack::quantum::client inherits kickstack { + + kickstack::client { 'quantum': } + +}