summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Frame.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-24 11:53:55 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-24 11:58:04 -0400
commit22a9f3a06819e642ccc96cb8bb4dd746a2b2511b (patch)
tree0d063944d904390d47cbe1dadce2cefc0d34f495 /src/lib/Bcfg2/Client/Frame.py
parent35051ec6bac23eeeeb945495578e5f2d8b937c84 (diff)
downloadbcfg2-22a9f3a06819e642ccc96cb8bb4dd746a2b2511b.tar.gz
bcfg2-22a9f3a06819e642ccc96cb8bb4dd746a2b2511b.tar.bz2
bcfg2-22a9f3a06819e642ccc96cb8bb4dd746a2b2511b.zip
report bundles in use during client run in debug mode
Diffstat (limited to 'src/lib/Bcfg2/Client/Frame.py')
-rw-r--r--src/lib/Bcfg2/Client/Frame.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Client/Frame.py b/src/lib/Bcfg2/Client/Frame.py
index b0032057a..e6a8c431c 100644
--- a/src/lib/Bcfg2/Client/Frame.py
+++ b/src/lib/Bcfg2/Client/Frame.py
@@ -359,6 +359,9 @@ class Frame(object):
for ent in b_to_remv:
self.whitelist.remove(ent)
+ self.logger.debug("Installing entries in the following bundle(s):")
+ self.logger.debug(" %s" % ", ".join(bundles))
+
if self.setup['interactive']:
self.whitelist = self.promptFilter(prompt, self.whitelist)
self.removal = self.promptFilter(rprompt, self.removal)