Merge "Install lsof on the git mirror nodes"

This commit is contained in:
Jenkins 2014-12-12 17:11:20 +00:00 committed by Gerrit Code Review
commit 6bf50c8a42
2 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,10 @@ class openstack_project::git (
ensure => present,
}
package { 'lsof':
ensure => present,
}
class { 'haproxy':
enable => true,
global_options => {

View File

@ -26,6 +26,10 @@ class openstack_project::git_backend (
$project_config_repo = '',
) {
package { 'lsof':
ensure => present,
}
class { 'project_config':
url => $project_config_repo,
}