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

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

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

revision 1104 by misc, Wed Feb 16 17:30:03 2011 UTC revision 1583 by boklm, Thu May 5 10:24:56 2011 UTC
# Line 36  class websites { Line 36  class websites {
36          }          }
37      }      }
38    
39        class hugs inherits base {
40            $vhostdir = "$webdatadir/hugs.$domain"
41            $svn_location = "svn://svn.$domain/svn/web/hugs/public/"
42            apache::vhost_base { "hugs.$domain":
43                location => $vhostdir,
44            }
45    
46            file { $vhostdir:
47                ensure => directory,
48                mode => 755,
49            }
50    
51            subversion::snapshot { "$vhostdir":
52                source => $svn_location
53            }
54        }
55    
56      class svn {      class svn {
57          apache::vhost_redirect { "svn.$domain":          apache::vhost_redirect { "svn.$domain":
58              url => "http://svnweb.$domain/",              url => "http://svnweb.$domain/",

Legend:
Removed from v.1104  
changed lines
  Added in v.1583

  ViewVC Help
Powered by ViewVC 1.1.30