We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7695cc1 + 6456616 commit 246d663Copy full SHA for 246d663
manifests/addon.pp
@@ -92,9 +92,9 @@
92
ensure => present,
93
owner => $owner,
94
group => $owner,
95
- } -> exec { "chown -R ${owner}:${owner} ${_splunk_home}/etc/apps/${name}":
+ } ~> exec { "chown -R ${owner}:${owner} ${_splunk_home}/etc/apps/${name}":
96
cwd => "${_splunk_home}",
97
- } -> exec { "chmod u+rw,g+rw -R ${_splunk_home}/etc/apps/${name}":
+ } ~> exec { "chmod u+rw,g+rw -R ${_splunk_home}/etc/apps/${name}":
98
99
}
100
} else {
0 commit comments