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

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

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

revision 126 by misc, Fri Nov 5 02:13:15 2010 UTC revision 167 by misc, Fri Nov 5 23:29:16 2010 UTC
# Line 53  class apache { Line 53  class apache {
53              ensure => installed              ensure => installed
54          }          }
55      }      }
56    
57        define vhost_catalyst_app($script, $process = 4, $force_ssl = false) {
58    
59            include apache::mod_fastcgi
60    
61            file { "$name.conf":
62                path => "/etc/httpd/conf/vhosts.d/$name.conf",
63                ensure => "present",
64                owner => root,
65                group => root,
66                mode => 644,
67                notify => Service['apache'],
68                content => template("apache/vhost_catalyst_app.conf")
69            }
70        }
71  }  }

Legend:
Removed from v.126  
changed lines
  Added in v.167

  ViewVC Help
Powered by ViewVC 1.1.30