瀏覽代碼

Merge pull request #124 from SkypLabs/patch-1

Fix typos in README.rst
tags/v0.45.0
Wolodja Wentland 8 年之前
父節點
當前提交
6bc25c9099
共有 1 個檔案被更改,包括 8 行新增8 行删除
  1. +8
    -8
      README.rst

+ 8
- 8
README.rst 查看文件

@@ -19,7 +19,7 @@ Available states
``users``
---------

Configure a user's home directory, group, the user itself, secondary groups,
Configures a user's home directory, group, the user itself, secondary groups,
and associated keys. Also configures sudo access, and absent users.

``users.sudo``
@@ -31,21 +31,21 @@ is configured.
``users.bashrc``
----------------

Ensures the bashrc file exists in the users home directory. Set manage_bashrc:
True in pillar per user. Defaults to False
Ensures the bashrc file exists in the users home directory. Sets 'manage_bashrc:
True' in pillar per user. Defaults to False.

``users.profile``
----------------

Ensures the profile file exists in the users home directory. Set manage_profile:
True in pillar per user. Defaults to False
Ensures the profile file exists in the users home directory. Sets 'manage_profile:
True' in pillar per user. Defaults to False.

``users.vimrc``
---------------

Ensures the vimrc file exists in the users home directory. Set manage_vimrc:
True in pillar per user. Defaults to False
This depends on the vim-formula to be installed
Ensures the vimrc file exists in the users home directory. Sets 'manage_vimrc:
True' in pillar per user. Defaults to False.
This depends on the vim-formula to be installed.

``users.user_files``
---------------

Loading…
取消
儲存