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

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

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

revision 2580 by misc, Sat Mar 17 16:53:34 2012 UTC revision 2691 by misc, Sun Mar 25 12:47:26 2012 UTC
# Line 4  class websites::releases { Line 4  class websites::releases {
4      $vhostdir = "$websites::base::webdatadir/$vhost"      $vhostdir = "$websites::base::webdatadir/$vhost"
5      $svn_location = "svn://svn.$::domain/svn/web/releases/"      $svn_location = "svn://svn.$::domain/svn/web/releases/"
6    
7      apache::vhost_base { $vhost:      apache::vhost::base { $vhost:
8          location => $vhostdir,          location => $vhostdir,
9          options  => [ 'FollowSymLinks' ],          options  => [ 'FollowSymLinks' ],
10      }      }
11    
12      apache::vhost_base { "ssl_$vhost":      apache::vhost::base { "ssl_$vhost":
13          vhost    => $vhost,          vhost    => $vhost,
14          use_ssl  => true,          use_ssl  => true,
15          location => $vhostdir,          location => $vhostdir,

Legend:
Removed from v.2580  
changed lines
  Added in v.2691

  ViewVC Help
Powered by ViewVC 1.1.30