diff --git a/modules/openstack_project/manifests/git.pp b/modules/openstack_project/manifests/git.pp index 99b2cf4879..71bdd336a9 100644 --- a/modules/openstack_project/manifests/git.pp +++ b/modules/openstack_project/manifests/git.pp @@ -24,16 +24,14 @@ class openstack_project::git ( sysadmins => $sysadmins, } - # We don't actually use these, but jeepyb requires them. - class {'jeepyb::git': - local_git_dir => '/var/lib/git', - ssh_project_key => '', - } - include cgit include jeepyb include pip + # We don't actually use these, but jeepyb requires them. + $local_git_dir = '/var/lib/git' + $ssh_project_key = '' + file { '/etc/cgitrc': ensure => present, owner => 'root',