Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/base/manifests/init.pp

Issue 29340915: Issue 3638 - Migrate node "stats1" into Hiera role "statsmaster" (Closed)
Patch Set: Created April 28, 2016, 12:44 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/adblockplus/manifests/host/statsmaster.pp ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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])
}
}
« no previous file with comments | « modules/adblockplus/manifests/host/statsmaster.pp ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld