Merge "Fix puppet log move for non-root"
This commit is contained in:
commit
d9bb4c333e
@ -205,7 +205,7 @@ function catch_selinux_alerts() {
|
||||
}
|
||||
|
||||
function timestamp_puppet_log() {
|
||||
mv ${WORKSPACE}/puppet.log ${WORKSPACE}/puppet-$(date +%Y%m%d_%H%M%S).log
|
||||
$SUDO mv ${WORKSPACE}/puppet.log ${WORKSPACE}/puppet-$(date +%Y%m%d_%H%M%S).log
|
||||
}
|
||||
|
||||
function catch_puppet_failures() {
|
||||
|
Loading…
Reference in New Issue
Block a user