Skip to content

Commit

Permalink
Merge pull request #13 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 7695cc1 + 6456616 commit 246d663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/addon.pp
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
ensure => present,
owner => $owner,
group => $owner,
} -> exec { "chown -R ${owner}:${owner} ${_splunk_home}/etc/apps/${name}":
} ~> 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}":
} ~> exec { "chmod u+rw,g+rw -R ${_splunk_home}/etc/apps/${name}":
cwd => "${_splunk_home}",
}
} else {
Expand Down

0 comments on commit 246d663

Please sign in to comment.