Index: modules/base/manifests/init.pp |
diff --git a/modules/base/manifests/init.pp b/modules/base/manifests/init.pp |
index f0a10ff05cbcf267516958879e1c64f161988ef7..e5db3faf8d99170b7cc4fb3ed1d594cddd604d59 100644 |
--- a/modules/base/manifests/init.pp |
+++ b/modules/base/manifests/init.pp |
@@ -34,11 +34,5 @@ class base ($zone='adblockplus.org') { |
role => $role, |
public_key => $public_key, |
} |
- |
- # Implicit realization behavior has been introduced by accident in a |
- # previous version, hence it should be kept until class base is obsolete |
- # and the obsolete records have been removed |
- realize(Host[$title]) |
- realize(Sshkey[$title]) |
} |
} |