diff --git a/manifests/dev.pp b/manifests/dev.pp index 9632477..ddc6034 100644 --- a/manifests/dev.pp +++ b/manifests/dev.pp @@ -14,8 +14,7 @@ class httpd::dev { include ::httpd::params - package { 'apache_dev_package': + package { $httpd::params::apache_dev: ensure => installed, - name => $httpd::params::apache_dev, } } diff --git a/manifests/params.pp b/manifests/params.pp index f64def0..66b99f7 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -47,7 +47,7 @@ class httpd::params { $mod_python_package = 'libapache2-mod-python' $mod_wsgi_package = 'libapache2-mod-wsgi' $ssl_package = 'apache-ssl' - $apache_dev = ['libaprutil1-dev', 'libapr1-dev', 'apache2-prefork-dev'] + $apache_dev = ['libaprutil1-dev', 'libapr1-dev', 'apache2-dev'] $vdir = '/etc/apache2/sites-enabled/' } default: {