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

Delta Between Two Patch Sets: modules/hgweb/manifests/init.pp

Issue 29323409: Issue 2867 - Introduce module hgweb and corresponding server role (Closed)
Left Patch Set: Issue 2867 - Remove double blank lines Created Aug. 17, 2015, 6:14 p.m.
Right Patch Set: Issue 2867 - Now the complete patch-set again Created Aug. 17, 2015, 6:17 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 # == Class: hgweb 1 # == Class: hgweb
2 # 2 #
3 # A hgweb server setup. 3 # A hgweb server setup.
4 # 4 #
5 # === Parameters: 5 # === Parameters:
6 # 6 #
7 # [*domain*] 7 # [*domain*]
8 # The auhority part of the URL the instance is associated with. 8 # The auhority part of the URL the instance is associated with.
9 # 9 #
10 # [*is_default*] 10 # [*is_default*]
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 }, 171 },
172 source => 'puppet:///modules/hgweb/nginx.conf', 172 source => 'puppet:///modules/hgweb/nginx.conf',
173 is_default => $is_default, 173 is_default => $is_default,
174 log => 'access_log_hg', 174 log => 'access_log_hg',
175 private_key => $private_key ? { 175 private_key => $private_key ? {
176 'undef' => undef, 176 'undef' => undef,
177 default => $private_key, 177 default => $private_key,
178 }, 178 },
179 } 179 }
180 } 180 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld