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

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

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

revision 2022 by boklm, Wed Sep 21 17:33:54 2011 UTC revision 2198 by misc, Sun Jan 8 20:24:56 2012 UTC
# Line 1  Line 1 
1  class repositories::sparkleshare {  class repositories::sparkleshare {
2      $sp_dir = '/git/sparkleshare'      $sp_dir = '/git/sparkleshare'
3      file {$sp_dir:      file { $sp_dir:
4          ensure => directory,              ensure => directory,
         owner => root,  
         group => root,  
         mode => 755,  
5      }      }
6    
7      git::repository { "$sp_dir/test":      git::repository { "$sp_dir/test":

Legend:
Removed from v.2022  
changed lines
  Added in v.2198

  ViewVC Help
Powered by ViewVC 1.1.30