From 6fe2b9ddfa70b450042f8bf720af7b6288b66569 Mon Sep 17 00:00:00 2001 From: Chris Brinker Date: Wed, 19 Sep 2012 08:30:10 -0700 Subject: Allowing the assertion of a profile for a host to be supplied by the bcfg2.conf file. This is useful if you have a dynamic system and only the client has information on which profile to use. --- src/lib/Bcfg2/Options.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/Bcfg2/Options.py b/src/lib/Bcfg2/Options.py index 6ac9cafb1..ff7c3ce70 100644 --- a/src/lib/Bcfg2/Options.py +++ b/src/lib/Bcfg2/Options.py @@ -585,7 +585,8 @@ CLIENT_PROFILE = \ Option('Assert the given profile for the host', default=None, cmd='-p', - odesc='') + odesc='', + cf=('client', 'profile')) CLIENT_RETRIES = \ Option('The number of times to retry network communication', default='3', -- cgit v1.2.3-1-g7c22