From 9742c26310e6b30095651cb4e224c681603af1ff Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 17 Oct 2008 09:14:43 -0500 Subject: Fixing resource aliasing to not use global resource aliasing. I'm not really sure why the 0.24.x-style code got merged in, since master's changes should be more recent. Signed-off-by: Luke Kanies --- lib/puppet/type.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/puppet') diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index 2f4ddf794..85f72f79a 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -1457,9 +1457,6 @@ class Type next end - # LAK:FIXME Old-school, add the alias to the class. - @resource.class.alias(other, @resource) - # Newschool, add it to the catalog. @resource.catalog.alias(@resource, other) end -- cgit