snapshot - drop traffic from 61.69.254.110
[mirror/dsa-puppet.git] / modules / roles / manifests / debtags.pp
index b58cf20..23c81f2 100644 (file)
@@ -1,9 +1,11 @@
 class roles::debtags {
-       apache2::module { 'ssl': }
-       package { 'libapache2-mod-wsgi': ensure => installed, }
+       include apache2::ssl
+
+       package { 'libapache2-mod-wsgi-py3': ensure => installed, }
+       apache2::module { 'wsgi': require => Package['libapache2-mod-wsgi-py3'] }
 
        ssl::service { 'debtags.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
                key => true,
        }