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

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

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

revision 2203 by misc, Sun Jan 8 20:25:06 2012 UTC revision 2393 by misc, Fri Feb 10 14:20:13 2012 UTC
# Line 1  Line 1 
1  class websites {  class websites::hugs {
2      class hugs inherits base {      include websites::base
         $vhostdir = "$webdatadir/hugs.$domain"  
         $svn_location = "svn://svn.$domain/svn/web/hugs/public/"  
3    
4          apache::vhost_base { "hugs.$domain":      $vhostdir = "$websites::base::webdatadir/hugs.$::domain"
5                  location => $vhostdir,      $svn_location = "svn://svn.$::domain/svn/web/hugs/public/"
         }  
6    
7          subversion::snapshot { "$vhostdir":      apache::vhost_base { "hugs.$::domain":
8              source => $svn_location          location => $vhostdir,
9          }      }
10    
11          package { php-exif: }      subversion::snapshot { $vhostdir:
12            source => $svn_location
13      }      }
14    
15        package { 'php-exif': }
16  }  }

Legend:
Removed from v.2203  
changed lines
  Added in v.2393

  ViewVC Help
Powered by ViewVC 1.1.30