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

Unified Diff: modules/adblockplus/manifests/host.pp

Issue 29366955: Noissue - Fix documentation of adblockplus::host resource realization (Closed)
Patch Set: Created Dec. 6, 2016, 7:48 p.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/host.pp
===================================================================
--- a/modules/adblockplus/manifests/host.pp
+++ b/modules/adblockplus/manifests/host.pp
@@ -46,8 +46,8 @@
# realize(Sshkey['node1'])
#
# # Global realization, i.e. when creating a node all others can access
-# realize(Host<|tag == 'adblockplus::host'|>)
-# realize(Sshkey<|tag == 'adblockplus::host'|>)
+# Host<|tag == 'adblockplus::host'|>
+# Sshkey<|tag == 'adblockplus::host'|>
#
# # Addressing (meta-) parameters for re-using their values
# $fqdn = getparam(Adblockplus::Host['node1'], 'fqdn')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld