diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-02-10 17:08:37 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-02-10 17:08:37 +0000 |
commit | 0a30611426995d626c5503755549425ac8738bbc (patch) | |
tree | d8c73d2d6ba5c2231ffcbfd1866011ef9a0ee472 /src/lib | |
parent | 29a28347e809c502fb359a3d6852faa9e89dff6c (diff) | |
download | bcfg2-0a30611426995d626c5503755549425ac8738bbc.tar.gz bcfg2-0a30611426995d626c5503755549425ac8738bbc.tar.bz2 bcfg2-0a30611426995d626c5503755549425ac8738bbc.zip |
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 <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5718 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Server/Plugins/Properties.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |