From 0032ba407c65b8f95ef573f3a8f3fa431cd6c6ea Mon Sep 17 00:00:00 2001 From: faust Date: Sun, 19 May 2013 21:09:57 +0200 Subject: [PATCH] english fail, sorry --- salt/states/eselect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/states/eselect.py b/salt/states/eselect.py index d311e7c25543..322ddd8ad8e4 100644 --- a/salt/states/eselect.py +++ b/salt/states/eselect.py @@ -7,7 +7,7 @@ .. code-block:: yaml profile: - eselect.setted: + eselect.set: target: hardened/linux/amd64 ''' @@ -17,7 +17,7 @@ def __virtual__(): ''' return 'eselect' if 'eselect.exec_action' in __salt__ else False -def setted(name, target): +def set(name, target): ''' Verify that the given module is set to the given target