diff --git a/manifests/init.pp b/manifests/init.pp index 3adeaa6..9ee803c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -31,6 +31,8 @@ class graphite( include ::httpd include pip + include ::httpd::mod::wsgi + package { $packages: ensure => present, }