/[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 1607 by boklm, Sun May 15 11:20:16 2011 UTC revision 1608 by boklm, Sun May 15 17:36:59 2011 UTC
# Line 1  Line 1 
1  class websites {  class websites {
2      class base {      class base {
3         # FIXME :         $webdatadir = '/var/www/vhosts'
        # We should be able to define this path on each host.  
        # Maybe using Facter ?  
        $webdatadir = '/srv/web1-dd0/www'  
   
        file { "$webdatadir":  
           ensure => directory,  
           mode => 755,  
        }  
4      }      }
5    
6      # should expire on June 2011      # should expire on June 2011

Legend:
Removed from v.1607  
changed lines
  Added in v.1608

  ViewVC Help
Powered by ViewVC 1.1.30