/[adm]/puppet/modules/subversion/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/subversion/manifests/init.pp

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

revision 131 by dmorgan, Fri Nov 5 10:16:46 2010 UTC revision 158 by misc, Fri Nov 5 18:20:59 2010 UTC
# Line 50  class subversion { Line 50  class subversion {
50      # TODO ensure that subversion ishere      # TODO ensure that subversion ishere
51      #      allow to configure the snapshot refresh interval      #      allow to configure the snapshot refresh interval
52      define snapshot($source, $refresh = '*/5', $user = 'root')  {      define snapshot($source, $refresh = '*/5', $user = 'root')  {
53    
54            include svn::client
55    
56          exec { "/usr/bin/svn co $source $name":          exec { "/usr/bin/svn co $source $name":
57              creates => $name,                        creates => $name,          
58              user => $user,                user => $user,  

Legend:
Removed from v.131  
changed lines
  Added in v.158

  ViewVC Help
Powered by ViewVC 1.1.30