From d17eaedce6b40bcfd90699643ffcc5556efe9f0e Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Sun, 12 May 2024 10:17:05 -0500 Subject: [PATCH] (maint) mark internal tasks private --- tasks/fix_secure_path.json | 3 ++- tasks/install_pe.json | 3 ++- tasks/install_puppetserver.json | 3 ++- tasks/run_tests.json | 3 ++- tasks/update_node_pp.json | 3 ++- tasks/update_site_pp.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/tasks/fix_secure_path.json b/tasks/fix_secure_path.json index c5be497f..bf55f128 100644 --- a/tasks/fix_secure_path.json +++ b/tasks/fix_secure_path.json @@ -8,6 +8,7 @@ "type": "Optional[String[1]]", "default": "/opt/puppetlabs/bin" } - } + }, + "private": true } \ No newline at end of file diff --git a/tasks/install_pe.json b/tasks/install_pe.json index 4575aba3..c17ffe86 100644 --- a/tasks/install_pe.json +++ b/tasks/install_pe.json @@ -7,5 +7,6 @@ "description": "The release of PE you want to install e.g. 2018.1 (Default: 2019.2)", "type": "Optional[String[1]]" } - } + }, + "private": true } diff --git a/tasks/install_puppetserver.json b/tasks/install_puppetserver.json index d3f19745..18be391c 100644 --- a/tasks/install_puppetserver.json +++ b/tasks/install_puppetserver.json @@ -15,5 +15,6 @@ "description": "The number of retries in case of network connectivity failures", "type": "Optional[Integer]" } - } + }, + "private": true } diff --git a/tasks/run_tests.json b/tasks/run_tests.json index a308bf3f..e8091591 100755 --- a/tasks/run_tests.json +++ b/tasks/run_tests.json @@ -19,5 +19,6 @@ }, "files": [ "provision/lib/task_helper.rb" - ] + ], + "private": true } diff --git a/tasks/update_node_pp.json b/tasks/update_node_pp.json index b3189a2d..2214a254 100644 --- a/tasks/update_node_pp.json +++ b/tasks/update_node_pp.json @@ -11,5 +11,6 @@ "description": "The target node", "type": "String[1]" } - } + }, + "private": true } diff --git a/tasks/update_site_pp.json b/tasks/update_site_pp.json index 502ef1e7..4d227f85 100644 --- a/tasks/update_site_pp.json +++ b/tasks/update_site_pp.json @@ -7,5 +7,6 @@ "description": "The manifest code", "type": "String[1]" } - } + }, + "private": true }