/[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 928 by misc, Tue Feb 1 12:44:50 2011 UTC revision 929 by misc, Tue Feb 1 12:44:52 2011 UTC
# Line 96  class apache { Line 96  class apache {
96          }          }
97      }      }
98    
99        class mod_public_html inherits base {
100            package { "apache-mod_public_html":
101                ensure => installed
102            }
103        }
104    
105      define vhost_base($content = '',      define vhost_base($content = '',
106                        $location = '/dev/null',                        $location = '/dev/null',
107                        $use_ssl = false,                        $use_ssl = false,

Legend:
Removed from v.928  
changed lines
  Added in v.929

  ViewVC Help
Powered by ViewVC 1.1.30