diff options
Diffstat (limited to 'deploy/puppet/gluon/manifests/config.pp')
-rw-r--r-- | deploy/puppet/gluon/manifests/config.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deploy/puppet/gluon/manifests/config.pp b/deploy/puppet/gluon/manifests/config.pp index 4cfad19..1f92843 100644 --- a/deploy/puppet/gluon/manifests/config.pp +++ b/deploy/puppet/gluon/manifests/config.pp @@ -8,4 +8,12 @@ class gluon::config { content => template('gluon/proton-shim.conf.erb'), } + file { '/etc/proton/proton.conf': + ensure => 'file', + owner => 'proton', + group => 'proton', + mode => '640', + content => template('gluon/proton.conf.erb'), + } + } |