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

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

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

revision 2718 by boklm, Wed Apr 4 17:01:48 2012 UTC revision 2916 by boklm, Mon Dec 10 19:54:47 2012 UTC
# Line 4  class websites::www { Line 4  class websites::www {
4      $vhostdir = "$websites::base::webdatadir/$vhost"      $vhostdir = "$websites::base::webdatadir/$vhost"
5      $svn_location = "svn://svn.$::domain/svn/web/www/trunk"      $svn_location = "svn://svn.$::domain/svn/web/www/trunk"
6    
7        include apache::var
8      include apache::mod::php      include apache::mod::php
9      include apache::mod::geoip      include apache::mod::geoip
10    
# Line 17  class websites::www { Line 18  class websites::www {
18    
19      file { "$vhostdir/var/tmp/cache":      file { "$vhostdir/var/tmp/cache":
20          ensure => directory,          ensure => directory,
21          group  => $apache::base::apache_group,          group  => $apache::var::apache_group,
22          mode   => '0660',          mode   => '0660',
23      }      }
24    

Legend:
Removed from v.2718  
changed lines
  Added in v.2916

  ViewVC Help
Powered by ViewVC 1.1.30