summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/defaults.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index a2ccd8a05..f42f6e055 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -545,12 +545,6 @@ module Puppet
# Plugin information.
self.setdefaults(:main,
- :pluginpath => {:default => "$vardir/plugins/",
- :desc => "Where Puppet should look for plugins. Multiple directories should
- be colon-separated, like normal PATH variables. As of 0.23.1, this
- option is deprecated; download your custom libraries to the $libdir
- instead.",
- :type => :element}, # Don't consider this a file, since it's a colon-separated list.
:plugindest => ["$libdir",
"Where Puppet should store plugins that it pulls down from the central
server."],