/[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 935 by misc, Tue Feb 1 12:45:03 2011 UTC revision 1021 by dams, Fri Feb 11 18:09:46 2011 UTC
# Line 102  class apache { Line 102  class apache {
102          }          }
103      }      }
104    
105        class mod_deflate inherits base {
106            package { "apache-mod_deflate":
107                ensure => installed
108            }
109        }
110    
111      define vhost_base($content = '',      define vhost_base($content = '',
112                        $location = '/dev/null',                        $location = '/dev/null',
113                        $use_ssl = false,                        $use_ssl = false,

Legend:
Removed from v.935  
changed lines
  Added in v.1021

  ViewVC Help
Powered by ViewVC 1.1.30