26 lines
643 B
Diff
26 lines
643 B
Diff
|
From d19c9591c1dfbafec24a7d76402dcc9e2b17b047 Mon Sep 17 00:00:00 2001
|
||
|
From: Bo Maryniuk <bo@suse.de>
|
||
|
Date: Thu, 4 Aug 2016 11:28:19 +0200
|
||
|
Subject: [PATCH 13/13] Deprecate status.uptime one version later
|
||
|
|
||
|
---
|
||
|
salt/modules/status.py | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/salt/modules/status.py b/salt/modules/status.py
|
||
|
index 029426b..cebd57b 100644
|
||
|
--- a/salt/modules/status.py
|
||
|
+++ b/salt/modules/status.py
|
||
|
@@ -132,7 +132,7 @@ def custom():
|
||
|
return ret
|
||
|
|
||
|
|
||
|
-@with_deprecated(globals(), "Boron")
|
||
|
+@with_deprecated(globals(), "Carbon")
|
||
|
def uptime():
|
||
|
'''
|
||
|
Return the uptime for this system.
|
||
|
--
|
||
|
2.9.2
|
||
|
|