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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2022 - (show annotations) (download)
Wed Sep 21 17:33:54 2011 UTC (12 years, 6 months ago) by boklm
File size: 310 byte(s)
fix typo
1 class repositories::sparkleshare {
2 $sp_dir = '/git/sparkleshare'
3 file {$sp_dir:
4 ensure => directory,
5 owner => root,
6 group => root,
7 mode => 755,
8 }
9
10 git::repository { "$sp_dir/test":
11 description => "Test sparkleshare repository",
12 group => "mga-packagers-committers",
13 }
14 }

  ViewVC Help
Powered by ViewVC 1.1.30