Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions lib/puppet/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2035,16 +2035,6 @@ def self.initialize_default_settings!(settings)
is used for retrieval, so anything that is a valid file source can
be used here.",
},
:pluginsync => {
:default => true,
:type => :boolean,
:desc => "Whether plugins should be synced with the central server. This setting is
deprecated.",
:hook => proc { |_value|
#TRANSLATORS 'pluginsync' is a setting and should not be translated
Puppet.deprecation_warning(_("Setting 'pluginsync' is deprecated."))
}
},
:pluginsignore => {
:default => ".svn CVS .git .hg",
:desc => "What files to ignore when pulling down plugins.",
Expand Down