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

Unified Diff: modules/web/manifests/server.pp

Issue 29827555: #13108 - Ensure web content repository source to be checked out (Closed)
Patch Set: Created July 11, 2018, 8:14 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/manifests/server.pp
diff --git a/modules/web/manifests/server.pp b/modules/web/manifests/server.pp
index dd88f1083f02bc8eb2175da4bcbb8600b97d6b40..8a7c0faf61120cb082bbd0cdb5c0b82260d137b8 100644
--- a/modules/web/manifests/server.pp
+++ b/modules/web/manifests/server.pp
@@ -115,7 +115,6 @@ class web::server(
$fetch_repo_cmd = [
'hg', 'clone',
- '--noupdate',
$remote,
"/home/www/${repository}",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld