Modified: puppet/modules/apache/manifests/init.pp =================================================================== --- puppet/modules/apache/manifests/init.pp 2010-11-07 13:17:28 UTC (rev 191) +++ puppet/modules/apache/manifests/init.pp 2010-11-07 23:30:39 UTC (rev 192) @@ -51,6 +51,12 @@ } } + class mod_ssl inherits base { + package { "apache-mod_ssl": + ensure => installed + } + } + class mod_wsgi inherits base { package { "apache-mod_wsgi": ensure => installed