[puppet] Update fas hotfix to python2.7
by Xavier Lamien
commit 0604164c061d49c4aa9262550d8cc950b0d57083
Author: Xavier Lamien <laxathom(a)fedoraproject.org>
Date: Sun Apr 3 01:33:19 2016 +0200
Update fas hotfix to python2.7
modules/fas/manifests/init.pp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/fas/manifests/init.pp b/modules/fas/manifests/init.pp
index 8724e7f..bf0e19f 100644
--- a/modules/fas/manifests/init.pp
+++ b/modules/fas/manifests/init.pp
@@ -59,7 +59,7 @@ class fas {
source => "puppet:///fas/hotfix/fasClient",
require => Package["python-fedora"],
}
- file { "/usr/lib/python2.6/site-packages/fedora/client/fas2.py":
+ file { "/usr/lib/python2.7/site-packages/fedora/client/fas2.py":
owner => "root",
group => "root",
source => "puppet:///fas/hotfix/python-fedora_fas2.py",
8 years, 8 months
[puppet] Add koji01 IP
by Xavier Lamien
commit 93c94d9a8d9cb0750f3b3837dfc70d502160bbd5
Author: Xavier Lamien <laxathom(a)fedoraproject.org>
Date: Sun Apr 3 01:28:42 2016 +0200
Add koji01 IP
files/dns/rpmfusion.net | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/files/dns/rpmfusion.net b/files/dns/rpmfusion.net
index d7d6b50..8cfd7c0 100644
--- a/files/dns/rpmfusion.net
+++ b/files/dns/rpmfusion.net
@@ -1,6 +1,6 @@
$TTL 5M
@ IN SOA ns1.rpmfusion.net. matthias.saou.eu. (
- 2015111101 ; Serial
+ 2016040301 ; Serial
6H ; Refresh
1H ; Retry
5W ; Expire
@@ -40,8 +40,9 @@ se03.ovh IN AAAA 2001:41d0:2:ad32::3
; workaround for ipv6 rDNS mx
se01.ovh6 IN AAAA 2001:41d0:2:ad32::1
-; system at online.net
+; hosts at online.net
hv01.online IN A 195.154.185.75
+koji01.online IN A 212.83.132.100
pkgs01.online IN A 212.129.31.198
; system at uase: university of applied sciences esslingen
8 years, 8 months