summaryrefslogtreecommitdiffstats
path: root/deploy/puppet/gluon/modules/gluon/manifests/post.pp
blob: dc3ac219c631eb4cb8c86ffa7bbefac016a91b6f (plain)
1
2
3
4
5
6
7
8
9
10
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'),
  }

}