summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-07-18 09:46:14 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-07-18 09:46:14 -0400
commita8cbdb38cc7a95a189352bb22e1e61eaf0dcd15e (patch)
treeadd11eba784fb3bb238fa39c7284e00de68fbdf0 /src/sbin
parentc92c307beb7418d69a786adef8d10e709a3d4652 (diff)
downloadbcfg2-a8cbdb38cc7a95a189352bb22e1e61eaf0dcd15e.tar.gz
bcfg2-a8cbdb38cc7a95a189352bb22e1e61eaf0dcd15e.tar.bz2
bcfg2-a8cbdb38cc7a95a189352bb22e1e61eaf0dcd15e.zip
bcfg2-info: fixed automatch
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg2-info2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info
index cc9b03b80..539ae3115 100755
--- a/src/sbin/bcfg2-info
+++ b/src/sbin/bcfg2-info
@@ -437,7 +437,7 @@ Bcfg2 client itself.""")
pname, client = alist
automatch = self.setup.cfp.getboolean("properties", "automatch",
default=False)
- pfile = self.plugins['Properties'].store.entries[pname]
+ pfile = self.plugins['Properties'].entries[pname]
if (not force and
not automatch and
pfile.xdata.get("automatch", "false").lower() != "true"):