/[adm]/puppet/modules/bcd/manifests/web.pp
ViewVC logotype

Diff of /puppet/modules/bcd/manifests/web.pp

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

revision 2561 by misc, Sat Mar 17 11:09:07 2012 UTC revision 2563 by misc, Sat Mar 17 11:20:57 2012 UTC
# Line 8  class bcd::web { Line 8  class bcd::web {
8              content  => template('bcd/vhost_bcd.conf'),              content  => template('bcd/vhost_bcd.conf'),
9          }          }
10    
     # TODO should be merged with main file  
         file { "$bcd_home/public_html/.htaccess":  
             content => template('bcd/htaccess')  
         }  
   
11      # not sure if that's useful, since the file is public and trivially      # not sure if that's useful, since the file is public and trivially
12      # bruteforced      # bruteforced
13          file { "$bcd_home/public_html/.htpasswd":          file { "$bcd_home/htpasswd":
14          content => template('bcd/htpasswd')          content => template('bcd/htpasswd')
15      }      }
16  }  }

Legend:
Removed from v.2561  
changed lines
  Added in v.2563

  ViewVC Help
Powered by ViewVC 1.1.30