Skip to content

Commit

Permalink
fix permissions on manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bsg-sfrazer committed Oct 11, 2019
1 parent 090584f commit 6456616
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 6456616

Please sign in to comment.