From e2355c04d5b79866eb9ca26f1303cbf5fa36b757 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 13 Sep 2012 09:44:51 -0400 Subject: Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up docs --- src/sbin/bcfg2-info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sbin') diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info index 4725e05a3..95a18b608 100755 --- a/src/sbin/bcfg2-info +++ b/src/sbin/bcfg2-info @@ -445,9 +445,9 @@ class infoCore(cmd.Cmd, Bcfg2.Server.Core.BaseCore): pname, client = alist try: - automatch = self.core.setup.cfp.getboolean("properties", - "automatch", - default=False) + automatch = self.setup.cfp.getboolean("properties", + "automatch", + default=False) pfile = self.plugins['Properties'].store.entries[pname] if (not force and -- cgit v1.2.3-1-g7c22