/[adm]/puppet/deployment/repositories/manifests/git_mirror.pp
ViewVC logotype

Contents of /puppet/deployment/repositories/manifests/git_mirror.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2386 - (show annotations) (download)
Fri Feb 10 14:20:00 2012 UTC (12 years, 2 months ago) by misc
File size: 406 byte(s)
make puppet-lint happy, and use topscope variable ( for puppet 2.8 )
1 class repositories::git_mirror {
2 file { '/git':
3 ensure => directory,
4 }
5
6 git::mirror { '/git/forum/':
7 description => "Reference code for forum.$::domain",
8 source => "git://git.$::domain/forum/",
9 }
10
11 git::mirror { '/git/initscripts/':
12 description => 'Reference code for Initscripts',
13 source => "git://git.$::domain/initscripts/",
14 }
15 }
16

  ViewVC Help
Powered by ViewVC 1.1.30