Skip to content

Commit eb6f6d2

Browse files
authored
Merge pull request #205 from puppetlabs/remove-private-true
Remove deprecated `# @Private true` lines
2 parents b51e638 + bec601d commit eb6f6d2

File tree

11 files changed

+1
-11
lines changed

11 files changed

+1
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ group :development do
2525
gem "puppet-module-win-default-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
2626
gem "puppet-module-win-dev-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
2727
gem "puppet-debugger", '>= 0.18.0', require: false
28-
gem "bolt", '>= 3.10.0', require: false
28+
gem "bolt", '>= 3.17.0', require: false
2929
gem "github_changelog_generator", require: false
3030
end
3131
group :system_tests do

plans/add_compiler.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This plan is in development and currently considered experimental.
22
#
33
# @api private
4-
# @private true
54
#
65
# @summary Add a new compiler to a PE architecture or replace an existing one with new configuration.
76
# @param avail_group_letter _ Either A or B; whichever of the two letter designations the compiler is being assigned to

plans/add_replica.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This plan is still in development and currently considered experimental.
22
#
33
# @api private
4-
# @private true
54
#
65
# @summary Replace a replica host for a Standard or Large architecture.
76
# Supported use cases:

plans/misc/divert_code_manager.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# @api private
2-
# @private true
32
#
43
# @summary This plan exists to account for a scenario where a PE XL
54
# architecture is in use, but code manager is not.

plans/modify_cert_extensions.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# @api private
2-
# @private true
32
plan peadm::modify_cert_extensions (
43
TargetSpec $targets,
54
Peadm::SingleTargetSpec $primary_host,

plans/subplans/configure.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# @api private
2-
# @private true
32
#
43
# @summary Configure first-time classification and DR setup
54
#

plans/subplans/install.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# @api private
2-
# @private true
32
#
43
# @summary Perform initial installation of Puppet Enterprise Extra Large
54
#

plans/subplans/modify_certificate.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# @api private
2-
# @private true
32
plan peadm::subplans::modify_certificate (
43
Peadm::SingleTargetSpec $targets,
54
TargetSpec $primary_host,

plans/util/insert_csr_extension_requests.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# @api private
2-
# @private true
32
plan peadm::util::insert_csr_extension_requests (
43
TargetSpec $targets,
54
Hash $extension_requests,

plans/util/retrieve_and_upload.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# @api private
2-
# @private true
32
plan peadm::util::retrieve_and_upload(
43
TargetSpec $nodes,
54
String[1] $source,

0 commit comments

Comments
 (0)