/[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 2098 by boklm, Wed Nov 9 22:14:05 2011 UTC revision 2099 by boklm, Tue Dec 20 13:41:07 2011 UTC
# Line 161  class apache { Line 161  class apache {
161          }          }
162      }      }
163    
164        class mod_geoip inherits base {
165            package { "apache-mod_geoip":
166                ensure => installed
167            }
168        }
169    
170      define vhost_base($content = '',      define vhost_base($content = '',
171                        $location = '/dev/null',                        $location = '/dev/null',
172                        $use_ssl = false,                        $use_ssl = false,

Legend:
Removed from v.2098  
changed lines
  Added in v.2099

  ViewVC Help
Powered by ViewVC 1.1.30