summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network')
-rwxr-xr-xlib/puppet/network/handler/fileserver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/network/handler/fileserver.rb b/lib/puppet/network/handler/fileserver.rb
index bed232fc3..84af5ac55 100755
--- a/lib/puppet/network/handler/fileserver.rb
+++ b/lib/puppet/network/handler/fileserver.rb
@@ -513,11 +513,11 @@ class Puppet::Network::Handler
# important one. It'd be nice if we didn't just set
# the check params every time, but I'm not sure it's worth
# the effort.
- obj[:check] = CHECKPARAMS
+ obj[:audit] = CHECKPARAMS
else
obj = Puppet::Type.type(:file).new(
:name => file_path(path, client),
- :check => CHECKPARAMS
+ :audit => CHECKPARAMS
)
@files[file_path(path, client)] = obj
end