ソースを参照

Merge pull request #233 from stratusjerry/master

spellcheck fix
pull/191/merge
Filip Pytloun 2年前
コミット
e95dca049c
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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.

読み込み中…
キャンセル
保存