Skip to content

Commit

Permalink
Merge pull request #12 from bsg-sfrazer/master
Browse files Browse the repository at this point in the history
fix permissions on manifest
  • Loading branch information
bsg-sfrazer authored Oct 11, 2019
2 parents 066f99d + 090584f commit 7695cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/addon.pp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
before => File["${_splunk_home}/etc/apps/${name}/local"],
} -> file { "${addon_creates}":
ensure => present,
owner => $owner,
group => $owner,
} -> exec { "chown -R ${owner}:${owner} ${_splunk_home}/etc/apps/${name}":
cwd => "${_splunk_home}",
} -> exec { "chmod u+rw,g+rw -R ${_splunk_home}/etc/apps/${name}":
Expand Down

0 comments on commit 7695cc1

Please sign in to comment.