From 94aefc7d43d2dcdbfb6a0951f9120d9e17f6db74 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Thu, 2 Feb 2017 18:50:17 +0100 Subject: Adding puppet files for Gluon These file should eventually move to a gluon-puppet repo in the Openstack namespace. Change-Id: Ib9d9a322c28810b20f8c2ad7563b7f3d1b9a0eb8 Signed-off-by: Georg Kunz --- deploy/puppet/gluon/manifests/gluon-install.pp | 4 ++++ deploy/puppet/gluon/manifests/gluon-post.pp | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 deploy/puppet/gluon/manifests/gluon-install.pp create mode 100644 deploy/puppet/gluon/manifests/gluon-post.pp (limited to 'deploy/puppet/gluon/manifests') diff --git a/deploy/puppet/gluon/manifests/gluon-install.pp b/deploy/puppet/gluon/manifests/gluon-install.pp new file mode 100644 index 0000000..c694b32 --- /dev/null +++ b/deploy/puppet/gluon/manifests/gluon-install.pp @@ -0,0 +1,4 @@ +notice('MODULAR: gluon-install.pp') +include gluon + +class { 'gluon::install': } diff --git a/deploy/puppet/gluon/manifests/gluon-post.pp b/deploy/puppet/gluon/manifests/gluon-post.pp new file mode 100644 index 0000000..e32f424 --- /dev/null +++ b/deploy/puppet/gluon/manifests/gluon-post.pp @@ -0,0 +1,4 @@ +notice('MODULAR: gluon-post.pp') +include gluon + +class { 'gluon::post': } -- cgit 1.2.3-korg