diff options
-rw-r--r-- | lib/puppet/type.rb | 3 |
1 files changed, 0 insertions, 3 deletions
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 |