Skip to content

Commit

Permalink
(maint) mark internal tasks private
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed May 14, 2024
1 parent 341e7e1 commit d17eaed
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion tasks/fix_secure_path.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": "Optional[String[1]]",
"default": "/opt/puppetlabs/bin"
}
}
},
"private": true
}

3 changes: 2 additions & 1 deletion tasks/install_pe.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
3 changes: 2 additions & 1 deletion tasks/install_puppetserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"description": "The number of retries in case of network connectivity failures",
"type": "Optional[Integer]"
}
}
},
"private": true
}
3 changes: 2 additions & 1 deletion tasks/run_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
},
"files": [
"provision/lib/task_helper.rb"
]
],
"private": true
}
3 changes: 2 additions & 1 deletion tasks/update_node_pp.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"description": "The target node",
"type": "String[1]"
}
}
},
"private": true
}
3 changes: 2 additions & 1 deletion tasks/update_site_pp.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"description": "The manifest code",
"type": "String[1]"
}
}
},
"private": true
}

0 comments on commit d17eaed

Please sign in to comment.