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

Unified Diff: manifests/updateserver.pp

Issue 29340973: Issue 3638 - Migrate node "update1" into Hiera role "updateserver" (Closed)
Patch Set: Created April 30, 2016, 10:01 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 | « manifests/nodes.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: manifests/updateserver.pp
diff --git a/manifests/updateserver.pp b/manifests/updateserver.pp
deleted file mode 100644
index a396d67246e16b4849b8771f77cee0d57a2d26cb..0000000000000000000000000000000000000000
--- a/manifests/updateserver.pp
+++ /dev/null
@@ -1,11 +0,0 @@
-node 'update1' {
- include statsclient
-
- class {'updateserver':
- domain => 'update.adblockplus.org',
- certificate => 'update.adblockplus.org_sslcert.pem',
- private_key => 'update.adblockplus.org_sslcert.key',
- is_default => true
- }
-
-}
« no previous file with comments | « manifests/nodes.pp ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld