From 83ab48c316da54009470f529686b4af46c4c9bb7 Mon Sep 17 00:00:00 2001 From: Skyper Date: Thu, 28 Jul 2016 18:53:32 +0200 Subject: [PATCH] Fix typos in README.rst --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 4d784d7..543a712 100644 --- a/README.rst +++ b/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`` ---------------