move exim vs. postfix, heavy vs. not, into hiera
[mirror/dsa-puppet.git] / modules / roles / manifests / dakmaster.pp
index 0cf923a..4624090 100644 (file)
@@ -1,13 +1,6 @@
 class roles::dakmaster {
-
-       package { 'libapache2-mod-macro':
-               ensure => installed,
-       }
-
-       apache2::module { 'macro': }
-
        apache2::config { 'puppet-builddlist':
-               template => 'roles/dakmaster/conf-builddlist.erb',
+               content => template('roles/dakmaster/conf-builddlist.erb'),
        }
 
 }