summaryrefslogtreecommitdiffstats
path: root/test/ral/providers/host
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-12-17 18:10:30 -0600
committerLuke Kanies <luke@madstop.com>2008-12-18 11:10:25 -0600
commitb6db54585177f277b1e06bebd4d925d5c272b610 (patch)
treead09cf88c2bd2293bee9a33d88df21734e57b8c3 /test/ral/providers/host
parent89c25ad0661fbc1d57830f4648a3b108f4347278 (diff)
downloadpuppet-b6db54585177f277b1e06bebd4d925d5c272b610.tar.gz
puppet-b6db54585177f277b1e06bebd4d925d5c272b610.tar.xz
puppet-b6db54585177f277b1e06bebd4d925d5c272b610.zip
Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'test/ral/providers/host')
-rwxr-xr-xtest/ral/providers/host/parsed.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ral/providers/host/parsed.rb b/test/ral/providers/host/parsed.rb
index 98c3acb2e..60920d05b 100755
--- a/test/ral/providers/host/parsed.rb
+++ b/test/ral/providers/host/parsed.rb
@@ -13,7 +13,7 @@ class TestParsedHostProvider < Test::Unit::TestCase
def setup
super
- @provider = Puppet.type(:host).provider(:parsed)
+ @provider = Puppet::Type.type(:host).provider(:parsed)
@oldfiletype = @provider.filetype
end