summaryrefslogtreecommitdiffstats
path: root/deploy/puppet/gluon/modules/gluon/manifests/post.pp
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2017-02-02 18:50:17 +0100
committerGeorg Kunz <georg.kunz@ericsson.com>2017-02-02 18:50:17 +0100
commit94aefc7d43d2dcdbfb6a0951f9120d9e17f6db74 (patch)
treef9d7572aaa4348fc99152011016585e23f68e0e0 /deploy/puppet/gluon/modules/gluon/manifests/post.pp
parentaf3ffb6f8e93346cfc170d7989c457e5960d2a08 (diff)
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 <georg.kunz@ericsson.com>
Diffstat (limited to 'deploy/puppet/gluon/modules/gluon/manifests/post.pp')
-rwxr-xr-xdeploy/puppet/gluon/modules/gluon/manifests/post.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/deploy/puppet/gluon/modules/gluon/manifests/post.pp b/deploy/puppet/gluon/modules/gluon/manifests/post.pp
new file mode 100755
index 0000000..dc3ac21
--- /dev/null
+++ b/deploy/puppet/gluon/modules/gluon/manifests/post.pp
@@ -0,0 +1,11 @@
+class gluon::post inherits gluon {
+
+ file { '/etc/proton/proton-shim.conf':
+ ensure => 'file',
+ owner => 'proton',
+ group => 'proton',
+ mode => 'go+w',
+ content => template('gluon/proton-shim.conf.erb'),
+ }
+
+}