commit 41f45d8bedc40e32852fbf6fcb7a2ed709cdc858
Author: Xavier Lamien <laxathom(a)lxtnow.net>
Date: Sat Sep 7 01:47:23 2013 +0200
Move default iptables & port-knocking as well.
manifests/site.pp | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
---
diff --git a/manifests/site.pp b/manifests/site.pp
index e0765a4..3ba72b2 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2,25 +2,6 @@
# puppet agent --onetime --no-daemonize --logdest=syslog --logdest=console
--server=puppet.ovh.rpmfusion.lan
# Useful defaults
-Apache_Httpd {
- welcome => false,
- serversignature => 'Off',
-}
-Iptables {
- # matthias (ovh + office)
- hosts_ssh => [ '94.23.230.197', '80.169.244.43' ],
- knock => true,
- knockone => '666',
- knocktwo => '3615',
-}
-Ip6tables {
- # matthias (ovh)
- hosts_ssh => [ '2001:41d0:2:69c5::bb1e' ],
- knock => true,
- knockone => '666',
- knocktwo => '3615',
-}
-
# Make sure global account emails are sent out to be read
mailalias { [ 'root', 'rpmfusion' ]: recipient =>
'root(a)rpmfusion.org' }
Show replies by thread