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

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

Issue 29329312: Issue 3115 - Integrate customservice::supervisor with hgweb (Closed)
Patch Set: Address feedback from #3211 codereview Created Oct. 28, 2015, 6:47 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/hgweb/manifests/init.pp
diff --git a/modules/hgweb/manifests/init.pp b/modules/hgweb/manifests/init.pp
index ff1794f58b2122da19b0e5605910b2e1d9621845..a50d53dac8d9272e1e50df592ae308866bea91eb 100644
--- a/modules/hgweb/manifests/init.pp
+++ b/modules/hgweb/manifests/init.pp
@@ -171,6 +171,10 @@ class hgweb(
subscribe => File['/etc/hgweb.ini'],
}
+ customservice::supervisor {'hgweb':
+ ensure => 'present',
+ }
+
nginx::hostconfig {$domain:
certificate => $certificate ? {
'undef' => undef,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld