puppetlabs / support-tasks

Module for tasks in the support kb
3 stars 23 forks source link

Module has not been updated to fix deprecated bash_task_helper/files/task_helper.sh #155

Closed kjr2264 closed 1 year ago

kjr2264 commented 1 year ago

#

task-succeed() {   task-output "status" "success"   _task_exit_string="$1"   task-exit 0

}

DEPRECATED

success() {   task-output "_deprecation_warning" "WARN: bash_task_helper: use of success() is deprecated. Please use task-succeed() instead."   task-succeed "$@"

}

elainemccloskey commented 1 year ago

Thanks for raising this issue and bringing this to our attention. We have now resolved this in the following PR: https://github.com/puppetlabs/support-tasks/pull/162