diff --git a/README.md b/README.md index 6892888..e871617 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ The following tasks are no longer being developed and will be deprecated in a fu | st0317b_purge_node | Use [certificate clean](https://www.puppet.com/docs/puppet/7/server/http_certificate_clean) API to purge nodes | | st0370_generate_token | Use [puppet access CLI](https://www.puppet.com/docs/pe/latest/rbac_token_auth_intro.html#generate_a_token_using_puppet_access) | | st0371_puppet_commands | Use [Pe status check](https://forge.puppet.com/modules/puppetlabs/pe_status_check/readme) | +| st0372_os_commands | See documentation on [system configuration](https://portal.perforce.com/s/article/360040232993) | ## Getting Help diff --git a/tasks/st0372_os_commands.sh b/tasks/st0372_os_commands.sh index 8c398e1..49aa902 100644 --- a/tasks/st0372_os_commands.sh +++ b/tasks/st0372_os_commands.sh @@ -2,11 +2,14 @@ # +# DEPRECATION: +# This script is now Deprecated and will be removed in a further update declare PT_command command=$PT_command +echo "This task is deprecated and will be removed in a future release. Please see this module's README for more information" if [ -e "/etc/sysconfig/pe-puppetserver" ] || [ -e "/etc/default/pe-puppetserver" ] || [ -e "/etc/default/puppetserver" ] || [ -e "/etc/sysconfig/puppetserver" ] # Test to confirm this is a Puppetserver then