summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/handler
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-12-17 15:54:15 -0600
committerLuke Kanies <luke@madstop.com>2007-12-17 15:54:15 -0600
commit4d3a36897a9c4d5747401e6c509bacec3e44c16d (patch)
tree6b9117aeb4171f60b0908e3508856357835e385b /lib/puppet/network/handler
parent178093f79375aedac62efc73094ce9d0fdd84253 (diff)
downloadpuppet-4d3a36897a9c4d5747401e6c509bacec3e44c16d.tar.gz
puppet-4d3a36897a9c4d5747401e6c509bacec3e44c16d.tar.xz
puppet-4d3a36897a9c4d5747401e6c509bacec3e44c16d.zip
Remove the warning about an explicit plugins mount.
While module specific plugins are a good thing, explicit plugins that don't fit into modules should be allowed or at least not deprecated until it's proven that they are not useful to anyone. (Patch by Chris MacLeod.)
Diffstat (limited to 'lib/puppet/network/handler')
-rwxr-xr-xlib/puppet/network/handler/fileserver.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/network/handler/fileserver.rb b/lib/puppet/network/handler/fileserver.rb
index 615306883..e6378bf01 100755
--- a/lib/puppet/network/handler/fileserver.rb
+++ b/lib/puppet/network/handler/fileserver.rb
@@ -315,10 +315,6 @@ class Puppet::Network::Handler
value = $2
case var
when "path":
- if mount.name == PLUGINS
- Puppet.warning "An explicit 'plugins' mount is deprecated. Please switch to using modules."
- end
-
if mount.name == MODULES
Puppet.warning "The '#{mount.name}' module can not have a path. Ignoring attempt to set it"
else