Skip to content

Commit

Permalink
Docstring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rallytime committed Mar 6, 2014
1 parent 264d8df commit 1433319
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions salt/modules/keyboard.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
'''
Module for managing keyboards on Arch, Redhat, Debian, and Gentoo systems.
Module for managing keyboards on supported POSIX-like systems such as
Arch, Redhat, Debian, and Gentoo systems.
'''

# Import python libs
Expand All @@ -11,7 +12,7 @@

def __virtual__():
'''
Only work on Arch, Redhat, Debian, and Gentoo
Only work on supported POSIX-like systems
'''
if __grains__['os_family'] in ('Arch', 'Redhat', 'Debian', 'Gentoo'):
return 'keyboard'
Expand Down

0 comments on commit 1433319

Please sign in to comment.