From ccf4e69b684e6620c457475c4da6a70975d52dd5 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Tue, 16 Jun 2009 10:40:44 -0500 Subject: Removing deprecated :pluginpath setting Signed-off-by: Luke Kanies --- lib/puppet/defaults.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/puppet') 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."], -- cgit