/[adm]/puppet/deployment/mgagit/manifests/init.pp
ViewVC logotype

Diff of /puppet/deployment/mgagit/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3277 by boklm, Sat Jul 6 16:54:08 2013 UTC revision 3291 by boklm, Mon Jul 15 17:39:49 2013 UTC
# Line 13  class mgagit( Line 13  class mgagit(
13    $gitoliterc = "$git_homedir/.gitolite.rc"    $gitoliterc = "$git_homedir/.gitolite.rc"
14    $bindpwfile = '/etc/mgagit.secret'    $bindpwfile = '/etc/mgagit.secret'
15    $reposconf_dir = "${git_homedir}/repos-config"    $reposconf_dir = "${git_homedir}/repos-config"
   $reposconf_list = ['software']  
16    
17    package { ['mgagit', 'gitolite']:    package { ['mgagit', 'gitolite']:
18      ensure => installed,      ensure => installed,
# Line 62  class mgagit( Line 61  class mgagit(
61      content => inline_template('<%= @bindpw %>'),      content => inline_template('<%= @bindpw %>'),
62    }    }
63    
   mgagit::reposconfig { $reposconf_list: }  
   
64    file { $git_dir:    file { $git_dir:
65      ensure => directory,      ensure => directory,
66      owner  => $git_login,      owner  => $git_login,

Legend:
Removed from v.3277  
changed lines
  Added in v.3291

  ViewVC Help
Powered by ViewVC 1.1.30