summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2016-03-03 10:51:47 -0600
committerSol Jerome <sol.jerome@gmail.com>2016-03-03 10:51:47 -0600
commitf9c60b4c04086a3f653eaa0b5be9d5398a7f27ae (patch)
tree019ec552cf736d58dc57fa8c49ac1407901cbb53 /src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py
parentbedd3b529007515b57d4f08c14ba3178052595b2 (diff)
parent498fee62c01a5187354b109c5378ecf944bf9f94 (diff)
downloadbcfg2-f9c60b4c04086a3f653eaa0b5be9d5398a7f27ae.tar.gz
bcfg2-f9c60b4c04086a3f653eaa0b5be9d5398a7f27ae.tar.bz2
bcfg2-f9c60b4c04086a3f653eaa0b5be9d5398a7f27ae.zip
Merge branch 'setup-options' of https://github.com/gordonmessmer/bcfg2
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py b/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py
index 355e53588..dae03144a 100644
--- a/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py
+++ b/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py
@@ -878,6 +878,7 @@ class Cfg(Bcfg2.Server.Plugin.GroupSpool,
options = Bcfg2.Server.Plugin.GroupSpool.options + [
Bcfg2.Options.BooleanOption(
'--cfg-validation', cf=('cfg', 'validation'), default=True,
+ dest="cfg_validation",
help='Run validation on Cfg files'),
Bcfg2.Options.Option(
cf=('cfg', 'category'), dest="cfg_category",