lib/puppet/network/handler/fileserver.rb in puppet-0.24.0 vs lib/puppet/network/handler/fileserver.rb in puppet-0.24.1
- old
+ new
@@ -313,13 +313,9 @@
when /^\s*(\w+)\s+(.+)$/:
var = $1
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
begin
mount.path = value