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

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

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

revision 3425 by misc, Sat Mar 17 16:53:36 2012 UTC revision 3426 by colin, Sun Mar 23 16:20:53 2014 UTC
# Line 1  Line 1 
1  class catdap {  class catdap {
2    
3      $upstream_svn = 'svn://svn.mageia.org/svn/soft/identity/CatDap/'      $upstream_git = 'git://git.mageia.org/web/identity'
4    
5      # TODO switch to a proper rpm packaging      # TODO switch to a proper rpm packaging
6      $rpm_requirement = ['perl-Catalyst-Runtime',      $rpm_requirement = ['perl-Catalyst-Runtime',
# Line 38  class catdap { Line 38  class catdap {
38    
39      catdap::snapshot { "identity.$::domain":      catdap::snapshot { "identity.$::domain":
40          location     => '/var/www/identity',          location     => '/var/www/identity',
41          svn_location => "$upstream_svn/branches/live"          git_location => $upstream_git,
42            git_branch   => 'topic/production',
43      }      }
44    
45      catdap::snapshot { "identity-trunk.$::domain":      catdap::snapshot { "identity-trunk.$::domain":
46          location     => '/var/www/identity-trunk',          location     => '/var/www/identity-trunk',
47          svn_location => "$upstream_svn/trunk"          git_location => $upstream_git,
48      }      }
49  }  }

Legend:
Removed from v.3425  
changed lines
  Added in v.3426

  ViewVC Help
Powered by ViewVC 1.1.30