summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/AWSTags.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-10-28 10:20:05 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-10-28 10:20:05 -0400
commit9dc02381c1f2c23a656d45390d12890318d574f4 (patch)
tree9472e9ffd805e297444e024b45fbc0261c3720df /src/lib/Bcfg2/Server/Lint/AWSTags.py
parent56ed0fffa88e84dc6845202d58e91bb90641b1e2 (diff)
downloadbcfg2-9dc02381c1f2c23a656d45390d12890318d574f4.tar.gz
bcfg2-9dc02381c1f2c23a656d45390d12890318d574f4.tar.bz2
bcfg2-9dc02381c1f2c23a656d45390d12890318d574f4.zip
fixed misc. unit tests
Diffstat (limited to 'src/lib/Bcfg2/Server/Lint/AWSTags.py')
-rw-r--r--src/lib/Bcfg2/Server/Lint/AWSTags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Lint/AWSTags.py b/src/lib/Bcfg2/Server/Lint/AWSTags.py
index a6af63dd6..25ad4ef61 100644
--- a/src/lib/Bcfg2/Server/Lint/AWSTags.py
+++ b/src/lib/Bcfg2/Server/Lint/AWSTags.py
@@ -1,3 +1,6 @@
+""" ``bcfg2-lint`` plugin to check all given :ref:`AWSTags
+<server-plugins-connectors-awstags>` patterns for validity."""
+
import re
import sys
import Bcfg2.Server.Lint