From 0a30611426995d626c5503755549425ac8738bbc Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 10 Feb 2010 17:08:37 +0000 Subject: Properties: Remove experimental tag The Properties plugin has been working flawlessly for me for some time now. I would say it's pretty solid. Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5718 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugins/Properties.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib/Server/Plugins/Properties.py b/src/lib/Server/Plugins/Properties.py index fe3b077d5..6d6ab1e8d 100644 --- a/src/lib/Server/Plugins/Properties.py +++ b/src/lib/Server/Plugins/Properties.py @@ -27,7 +27,6 @@ class Properties(Bcfg2.Server.Plugin.Plugin, ''' name = 'Properties' version = '$Revision$' - experimental = True def __init__(self, core, datastore): Bcfg2.Server.Plugin.Plugin.__init__(self, core, datastore) -- cgit v1.2.3-1-g7c22