/[adm]/puppet/deployment/websites/manifests/git.pp
ViewVC logotype

Diff of /puppet/deployment/websites/manifests/git.pp

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

puppet/deployment/websites/manifests/svn.pp revision 2203 by misc, Sun Jan 8 20:25:06 2012 UTC puppet/deployment/websites/manifests/git.pp revision 3437 by colin, Sun Apr 6 19:28:40 2014 UTC
# Line 1  Line 1 
1  class websites {  class websites::git {
2      class svn {      apache::vhost_redirect { "git.$::domain":
3          apache::vhost_redirect { "svn.$domain":          url => "http://gitweb.$::domain/",
             url => "http://svnweb.$domain/",  
         }  
4      }      }
5  }  }

Legend:
Removed from v.2203  
changed lines
  Added in v.3437

  ViewVC Help
Powered by ViewVC 1.1.30