/[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 2559 by misc, Sat Mar 17 11:05:25 2012 UTC revision 2561 by misc, Sat Mar 17 11:09:07 2012 UTC
# Line 10  class bcd::web { Line 10  class bcd::web {
10    
11      # TODO should be merged with main file      # TODO should be merged with main file
12          file { "$bcd_home/public_html/.htaccess":          file { "$bcd_home/public_html/.htaccess":
13              content => template('bcd/.htaccess')              content => template('bcd/htaccess')
14          }          }
15    
16      # 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
17      # bruteforced      # bruteforced
18          file { "$bcd_home/public_html/.htpasswd":          file { "$bcd_home/public_html/.htpasswd":
19          content => template('bcd/.htpasswd')          content => template('bcd/htpasswd')
20      }      }
21  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.30