summaryrefslogtreecommitdiffstats
path: root/deploy/puppet/gluon/modules/gluon/manifests/post.pp
diff options
context:
space:
mode:
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'),
+ }
+
+}