summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Snapshots.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-31 09:04:53 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-31 09:04:53 -0400
commite599aeebbd74596d4c45612df83fe136b7bdcb90 (patch)
tree88ea607c1887efb2e75ae453b071571e7ad5d5af /src/lib/Bcfg2/Server/Plugins/Snapshots.py
parent07e2ed44f18f8ad814385fd3e5cd12d955d16753 (diff)
downloadbcfg2-e599aeebbd74596d4c45612df83fe136b7bdcb90.tar.gz
bcfg2-e599aeebbd74596d4c45612df83fe136b7bdcb90.tar.bz2
bcfg2-e599aeebbd74596d4c45612df83fe136b7bdcb90.zip
deprecated Statistics, Snapshots
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Snapshots.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Snapshots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Snapshots.py b/src/lib/Bcfg2/Server/Plugins/Snapshots.py
index 74bed40df..884d34e53 100644
--- a/src/lib/Bcfg2/Server/Plugins/Snapshots.py
+++ b/src/lib/Bcfg2/Server/Plugins/Snapshots.py
@@ -58,7 +58,7 @@ def build_snap_ent(entry):
class Snapshots(Bcfg2.Server.Plugin.Statistics):
name = 'Snapshots'
- experimental = True
+ deprecated = True
def __init__(self, core, datastore):
Bcfg2.Server.Plugin.Statistics.__init__(self, core, datastore)