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

Annotation of /puppet/deployment/websites/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 955 - (hide annotations) (download)
Mon Feb 7 09:50:02 2011 UTC (13 years, 2 months ago) by misc
File size: 321 byte(s)
- add a redirect for svn url to svnweb ( since people may try to see viewvc
on http://svn.$domain/, as asked by some people )

1 misc 656 class websites {
2     # should expire on June 2011
3     class donate {
4     apache::vhost_other_app { "donate.$domain":
5     vhost_file => "websites/vhost_donate.conf",
6     }
7     }
8 misc 955
9     class svn {
10     apache::vhost_redirect { "svn.$domain":
11     url => "http://svnweb.$domain/",
12     }
13     }
14 misc 656 }

  ViewVC Help
Powered by ViewVC 1.1.30