Allow . in fact names

Signed-off-by: R.I.Pienaar <[email protected]>
---
Local-branch: bug/master/7532
 plugins/mcollective/agent/rpcutil.ddl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/mcollective/agent/rpcutil.ddl 
b/plugins/mcollective/agent/rpcutil.ddl
index 9f70094..d478a4d 100644
--- a/plugins/mcollective/agent/rpcutil.ddl
+++ b/plugins/mcollective/agent/rpcutil.ddl
@@ -53,7 +53,7 @@ action "get_fact", :description => "Retrieve a single fact 
from the fact store"
          :prompt      => "The name of the fact",
          :description => "The fact to retrieve",
          :type        => :string,
-         :validation  => '^[\w\-]+$',
+         :validation  => '^[\w\-\.]+$',
          :optional    => false,
          :maxlength   => 40
 
-- 
1.7.1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to