From 60062e4b9ae479ddbf97f4fc3495d04bc00196d5 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 11 Dec 2008 08:24:43 -0600 Subject: Renaming the "Catalog#to_type" method to "Catalog#to_ral" Signed-off-by: Luke Kanies --- lib/puppet/parser/resource.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/resource.rb b/lib/puppet/parser/resource.rb index 75c885b61..12c1a8f52 100644 --- a/lib/puppet/parser/resource.rb +++ b/lib/puppet/parser/resource.rb @@ -327,8 +327,8 @@ class Puppet::Parser::Resource # Convert this resource to a RAL resource. We hackishly go via the # transportable stuff. - def to_type - to_resource.to_type + def to_ral + to_resource.to_ral end private -- cgit