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

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

Issue 29323409: Issue 2867 - Introduce module hgweb and corresponding server role (Closed)
Patch Set: Issue 2867 - Remove double blank lines Created Aug. 17, 2015, 6:14 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 b1adcdacbfc28ff498c4646c11b8c26bac389c6c..2c3dc613f5829f7ebcad0d0555d7a8843895ab76 100644
--- a/modules/hgweb/manifests/init.pp
+++ b/modules/hgweb/manifests/init.pp
@@ -54,7 +54,6 @@ class hgweb(
shell => '/bin/bash',
}
-
file {'/home/hg/.ssh':
ensure => 'directory',
group => 'hg',
@@ -93,7 +92,6 @@ class hgweb(
],
}
-
exec {'hgaccess_init':
command => 'hg init .',
creates => '/home/hg/web/hgaccess/.hg',
@@ -118,7 +116,6 @@ class hgweb(
user => 'hg',
}
-
concat::fragment {'sshd_user_hg':
content => 'Match User hg
AllowTcpForwarding no
@@ -131,7 +128,6 @@ class hgweb(
target => 'sshd_config',
}
-
file {'/etc/hgweb.ini':
mode => 644,
require => Package[$required_packages],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld