mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Add versionadded directive to yubico.py
This commit is contained in:
parent
5b6075c74c
commit
b24f4fe7e3
@ -1,7 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
'''
|
||||
Provide authentication using YubiKey
|
||||
Provide authentication using YubiKey.
|
||||
|
||||
.. versionadded:: 2015.2.0
|
||||
|
||||
:depends: yubico-client Python module
|
||||
|
||||
To get your YubiKey API key you will need to visit the website below.
|
||||
|
||||
@ -32,12 +36,11 @@ two values in your /etc/salt/master configuration.
|
||||
Please wait five to ten minutes after generating the key before testing so that
|
||||
the API key will be updated on all the YubiCloud servers.
|
||||
|
||||
:depends: - yubico-client Python module
|
||||
'''
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
# Import Python Libs
|
||||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
import logging
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
Loading…
Reference in New Issue
Block a user