| 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], |