Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 19 Feb 2011 10:01:57 +0000 (11:01 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 19 Feb 2011 10:01:57 +0000 (11:01 +0100)
* 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet:
  samhain ignore /etc/apache2/sites-available/www.debian.org
  abel and alwyn run tftpd

modules/ferm/manifests/per-host.pp
modules/samhain/templates/samhainrc.erb

index a43bc7c..7863589 100644 (file)
@@ -25,6 +25,12 @@ class ferm::per-host {
                 }
 
         }
+        abel,alwyn: {
+            @ferm::rule { "dsa-tftp":
+                description     => "Allow tftp access",
+                rule            => "&SERVICE(udp, 69)"
+            }
+        }
         paganini: {
             @ferm::rule { "dsa-dhcp":
                 description     => "Allow dhcp access",
index 52a932a..58cb651 100644 (file)
@@ -315,6 +315,7 @@ file=/etc/apache2/mods-enabled/server.conf
 file=/etc/apache2/mods-enabled/server.load
 file=/etc/apache2/conf.d/server-status
 file=/etc/apache2/conf.d/local-serverinfo
+file=/etc/apache2/sites-available/www.debian.org
 file=/etc/apt/preferences
 file=/etc/apt/sources.list.d/volatile.list
 file=/etc/apt/sources.list.d/security.list