2 commits - func/overlord Makefile

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 Makefile                            |    2 +-
 func/overlord/group/conf_backend.py |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 21c2a8dfb1f8262a246aa0de34ea15f892c541cc
Author: Seth Vidal <skvidal@xxxxxxxxxxxxxxxxx>
Date:   Fri Sep 24 12:35:54 2010 -0400

    make sure we strip spaces off of hostnames in our group parsing
    otherwise we cannot match them to our host lists

diff --git a/func/overlord/group/conf_backend.py b/func/overlord/group/conf_backend.py
index 70ad56c..6c2de21 100644
--- a/func/overlord/group/conf_backend.py
+++ b/func/overlord/group/conf_backend.py
@@ -61,6 +61,7 @@ class ConfBackend(BaseBackend):
                     hosts = hosts.replace(';',',')
                     hosts = hosts.split(",")
                     for h in hosts:
+                        h = h.strip()
                         self.add_host_to_group(section,h,save=False)
                         
     def add_host_to_group(self,group,host,save=True):


commit 82acffb5f5ca82a4fa79790fc242b77f4024f04c
Author: Seth Vidal <skvidal@xxxxxxxxxxxxxxxxx>
Date:   Fri Sep 24 12:02:48 2010 -0400

    fix version in the Makefile

diff --git a/Makefile b/Makefile
index 1ffff55..c0e689b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION		= 0.26
+VERSION		= 0.27
 RELEASE		= 1
 DATE		= $(shell date)
 NEWRELEASE	= $(shell echo $$(($(RELEASE) + 1)))


_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list


[Index of Archives]     [Fedora Users]     [Linux Networking]     [Fedora Legacy List]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux