Skip to content

Commit

Permalink
set correct ownership for environment.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mleklund authored and mmoll committed Feb 17, 2016
1 parent 3b398aa commit 3cd6cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/server/env.pp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
if $manifest or $config_version or $custom_modulepath or $environment_timeout {
file { "${basedir}/${name}/environment.conf":
ensure => file,
owner => 'root',
group => $::puppet::params::root_group,
owner => $owner,
group => $group,
mode => '0644',
content => template('puppet/server/environment.conf.erb'),
}
Expand Down

0 comments on commit 3cd6cef

Please sign in to comment.