Use unique names for pg_hba.conf entries
[mirror/dsa-puppet.git] / modules / roles / manifests / dakmaster.pp
index 0cf923a..fd3d091 100644 (file)
@@ -1,13 +1,7 @@
+# This class is included by all the *master services
+# that run dak, like ftp-master and security-master.
 class roles::dakmaster {
-
-       package { 'libapache2-mod-macro':
-               ensure => installed,
-       }
-
-       apache2::module { 'macro': }
-
-       apache2::config { 'puppet-builddlist':
-               template => 'roles/dakmaster/conf-builddlist.erb',
-       }
-
+  apache2::config { 'puppet-builddlist':
+    content => template('roles/dakmaster/conf-builddlist.erb'),
+  }
 }