/[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 1598 by pterjan, Sun May 8 19:05:36 2011 UTC revision 1599 by pterjan, Sun May 8 19:12:41 2011 UTC
# Line 53  class websites { Line 53  class websites {
53          $svn_location = "svn://svn.$domain/svn/web/releases/"          $svn_location = "svn://svn.$domain/svn/web/releases/"
54          apache::vhost_base { "releases.$domain":          apache::vhost_base { "releases.$domain":
55              location => $vhostdir,              location => $vhostdir,
56              content => "<Directory $vhostdir>              options => [ "FollowSymLinks" ]
         Options FollowSymLinks  
 </Directory>"  
57          }          }
58    
59          subversion::snapshot { "$vhostdir":          subversion::snapshot { "$vhostdir":

Legend:
Removed from v.1598  
changed lines
  Added in v.1599

  ViewVC Help
Powered by ViewVC 1.1.30