diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-16 16:46:03 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-16 16:46:03 +0000 |
commit | 67ee2510834e576b20a82a0692fab2b2332a85c1 (patch) | |
tree | a69a509f2c0e56c59b4e77876c9d6989a2383562 /lib | |
parent | e3b7a5435973e9a28e26a686cac6bbb9cba44545 (diff) | |
download | puppet-67ee2510834e576b20a82a0692fab2b2332a85c1.tar.gz puppet-67ee2510834e576b20a82a0692fab2b2332a85c1.tar.xz puppet-67ee2510834e576b20a82a0692fab2b2332a85c1.zip |
Using the method for retrieving the dipper class, in case it has not been loaded
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2520 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/puppet/type/tidy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/tidy.rb b/lib/puppet/type/tidy.rb index 8b27948bb..8d9cda170 100755 --- a/lib/puppet/type/tidy.rb +++ b/lib/puppet/type/tidy.rb @@ -272,7 +272,7 @@ module Puppet end # only allow backing up into filebuckets - unless self[:backup].is_a? Puppet::Network::Client::Dipper + unless self[:backup].is_a? Puppet::Network::Client.dipper self[:backup] = false end end |