/[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 1318 by boklm, Thu Mar 3 00:43:20 2011 UTC revision 1319 by boklm, Tue Mar 15 15:26:21 2011 UTC
# Line 244  class apache { Line 244  class apache {
244          }          }
245      }      }
246    
247      define vhost_redirect($url) {      define vhost_redirect($url,
248                              $vhost = false,
249                              $use_ssl = false) {
250          include apache::base          include apache::base
251          vhost_base { $name:          vhost_base { $name:
252                use_ssl => $use_ssl,
253                vhost => $vhost,
254              content => template("apache/vhost_redirect.conf"),              content => template("apache/vhost_redirect.conf"),
255          }          }
256      }      }

Legend:
Removed from v.1318  
changed lines
  Added in v.1319

  ViewVC Help
Powered by ViewVC 1.1.30