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

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

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

revision 2122 by dams, Fri Jan 6 15:06:28 2012 UTC revision 2123 by dams, Fri Jan 6 15:28:34 2012 UTC
# Line 43  class bcd { Line 43  class bcd {
43              location => "$bcd_home/public_html",              location => "$bcd_home/public_html",
44              content => template('bcd/vhost_bcd.conf'),              content => template('bcd/vhost_bcd.conf'),
45          }          }
46          file {".htaccess":          file {"htaccess":
47              path => "$bcd_home/public_html/",              path => "$bcd_home/public_html/.htaccess",
48              ensure => present,              ensure => present,
49              owner => bcd,              owner => bcd,
50              group => bcd,              group => bcd,
51              mode => 755,              mode => 755,
52              content => template("bcd/.htaccess")              content => template("bcd/.htaccess")
53          }          }
54          file {".htpasswd":          file {"htpasswd":
55              path => "$bcd_home/public_html/",              path => "$bcd_home/public_html/.htpasswd",
56              ensure => present,              ensure => present,
57              owner => bcd,              owner => bcd,
58              group => bcd,              group => bcd,

Legend:
Removed from v.2122  
changed lines
  Added in v.2123

  ViewVC Help
Powered by ViewVC 1.1.30