From 68a08fedd05fc99efe7aeed95b22a5bebb0dcb23 Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Mon, 8 Jul 2013 15:05:51 +0000 Subject: [PATCH] Add Quantum DB and endpoint configuration --- manifests/quantum/db.pp | 5 +++++ manifests/quantum/endpoint.pp | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 manifests/quantum/db.pp create mode 100644 manifests/quantum/endpoint.pp diff --git a/manifests/quantum/db.pp b/manifests/quantum/db.pp new file mode 100644 index 0000000..3c9ef74 --- /dev/null +++ b/manifests/quantum/db.pp @@ -0,0 +1,5 @@ +class kickstack::quantum::db inherits kickstack { + + kickstack::db { 'quantum': } + +} diff --git a/manifests/quantum/endpoint.pp b/manifests/quantum/endpoint.pp new file mode 100644 index 0000000..a8de362 --- /dev/null +++ b/manifests/quantum/endpoint.pp @@ -0,0 +1,5 @@ +class kickstack::quantum::endpoint inherits kickstack { + + kickstack::endpoint { 'quantum': } + +}