| 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', |
| } |