puppet: fix installed packages typo in humbug_apache_base.

(imported from commit f503c767cadd9ce5f501233859faafd652f2c4e8)
This commit is contained in:
Jessica McKellar 2013-01-03 11:23:13 -05:00
parent c186e8ad96
commit 8d0a17cbc3

View File

@ -128,7 +128,7 @@ class humbug_base {
class humbug_apache_base {
$apache_packages = [ "apache2", "libapache2-mod-wsgi", ]
package { $web_packages: ensure => "installed" }
package { $apache_packages: ensure => "installed" }
apache2mod { [ "headers", "proxy", "proxy_http", "rewrite", "auth_digest", "ssl" ]:
ensure => present,