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

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

Issue 29328202: Issue 3099 - Fix ordering of hgweb resources (Closed)
Patch Set: Created Sept. 21, 2015, 7:40 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/hgweb/manifests/init.pp
diff --git a/modules/hgweb/manifests/init.pp b/modules/hgweb/manifests/init.pp
index ec82a785b03363f3dadaa1afa015584bb4bc8e81..9b5c75b531e4b6e55a6095d4f4a929218a01280c 100644
--- a/modules/hgweb/manifests/init.pp
+++ b/modules/hgweb/manifests/init.pp
@@ -97,7 +97,10 @@ class hgweb(
cwd => '/home/hg/web/hgaccess',
logoutput => true,
path => '/usr/local/bin:/usr/bin:/bin',
- require => File['/home/hg/web/hgaccess'],
+ require => [
+ File['/home/hg/web/hgaccess'],
+ Package['mercurial'],
+ ],
user => 'hg',
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld