소스 검색

Merge pull request #233 from stratusjerry/master

spellcheck fix
pull/191/merge
Filip Pytloun 2 년 전
부모
커밋
e95dca049c
No account linked to committer's email address
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +4
    -4
      README.rst
  2. +1
    -1
      _modules/ovs_config.py

+ 4
- 4
README.rst 파일 보기

@@ -1,5 +1,5 @@
============
Linux Fomula
Linux Formula
============

Linux Operating Systems:
@@ -33,7 +33,7 @@ Basic Linux box
Linux with system users, some with password set:

.. warning:: If no ``password`` variable is passed,
any predifined password will be removed.
any predefined password will be removed.

.. code-block:: yaml

@@ -67,7 +67,7 @@ Linux with system users, some with password set:
elizabeth:
name: 'elizabeth'
enabled: true
full_name: 'With hased password'
full_name: 'With hashed password'
home: '/home/elizabeth'
password: "$6$nUI7QEz3$dFYjzQqK5cJ6HQ38KqG4gTWA9eJu3aKx6TRVDFh6BVJxJgFWg2akfAA7f1fCxcSUeOJ2arCO6EEI6XXnHXxG10"

@@ -889,7 +889,7 @@ Optional: You can also use list that will ensure order of items.

Sysfs definition with disabled automatic write. Attributes are saved
to configuration, but are not applied during the run.
Thay will be applied automatically after the reboot.
They will be applied automatically after the reboot.


.. code-block:: yaml

+ 1
- 1
_modules/ovs_config.py 파일 보기

@@ -22,7 +22,7 @@ def __virtual__():

def _retcode_to_bool(retcode):
'''
Evaulates ovs-vsctl command`s retcode value.
Evaluates ovs-vsctl command`s retcode value.

Args:
retcode: Value of retcode field from response.

Loading…
취소
저장