diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-08-26 21:21:52 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-08-26 21:21:52 +0000 |
commit | 448dc7da6b40de27d73b20a6db69be716e7527c4 (patch) | |
tree | e00d3585edcce5c41ef1e7d77e932b6c3534e67f /src/sbin | |
parent | 9f50fe6087f4c21f0b6c3b7002b62d98800f938c (diff) | |
download | bcfg2-448dc7da6b40de27d73b20a6db69be716e7527c4.tar.gz bcfg2-448dc7da6b40de27d73b20a6db69be716e7527c4.tar.bz2 bcfg2-448dc7da6b40de27d73b20a6db69be716e7527c4.zip |
Implement persistent probe data (so that templates can be debugged in bcfg2-info)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3647 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-info | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info index dcd78fd24..c74118f76 100755 --- a/src/sbin/bcfg2-info +++ b/src/sbin/bcfg2-info @@ -248,6 +248,7 @@ if __name__ == '__main__': cfile = '/etc/bcfg2.conf' loop = infoCore(cfile) + loop.plugins['Metadata'].load_probedata() while loop.cont: try: loop.cmdloop() |