When we moved to people02 from people01, we didn't change where we
pulled the logs from and ran awstats on on log02. 

Should be a pretty safe change: 

diff --git a/manifests/nodes/log02.phx2.fedoraproject.org.pp 
b/manifests/nodes/log02.phx2.fedor
index 2599866..64d8b4c 100644
--- a/manifests/nodes/log02.phx2.fedoraproject.org.pp
+++ b/manifests/nodes/log02.phx2.fedoraproject.org.pp
@@ -39,7 +39,7 @@ node log02 {
         log_dir => "secondary01",
     }
     awstats::site { "fedorapeople.org":
-        log_dir => "people01",
+        log_dir => "people02",
     }
     iptables::firewall { 'ipv4':
         #precustom => [ '-A INPUT -p udp -m udp  --dport 25826 -j ACCEPT'],
diff --git a/modules/scripts/files/syncHttpLogs.sh 
b/modules/scripts/files/syncHttpLogs.sh
index 3e5ad55..9856d68 100644
--- a/modules/scripts/files/syncHttpLogs.sh
+++ b/modules/scripts/files/syncHttpLogs.sh
@@ -50,7 +50,7 @@ syncHttpLogs value01
 syncHttpLogs value02
 syncHttpLogs secondary01
 syncHttpLogs hosted01 old
-syncHttpLogs people01 old
+syncHttpLogs people02
 syncHttpLogs noc01
 syncHttpLogs download01
 syncHttpLogs download02

Attachment: signature.asc
Description: PGP signature

_______________________________________________
infrastructure mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Reply via email to