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

Unified Diff: Vagrantfile

Issue 29363759: Issue 3789 - vagrant: use same manifest as real servers (Closed) Base URL: https://hg.adblockplus.org/infrastructure/
Patch Set: Created Nov. 22, 2016, 2:18 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: Vagrantfile
===================================================================
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -48,7 +48,7 @@
'--debug',
]
puppet.manifests_path = 'manifests'
- puppet.manifest_file = 'nodes.pp'
+ puppet.manifest_file = 'site.pp'
puppet.module_path = 'modules'
end
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld