-
Notifications
You must be signed in to change notification settings - Fork 25
Add exceptions to referring to named objects as an adjective followed by a noun #537
Description
Current guidance (in section 3.4.8) says:
"Place an object name before the noun that it modifies rather than after the noun."
However, add an exception for the following situations:
From @daobrien:
* Create the `net_backup` role in the `/home/student/git-repos/compreview/roles` directory.
** Define the `backup_tmp` variable with the `/tmp` value in the `defaults/main.yml` file.
** Define the `backup_store` variable with the `/backups` value in the `defaults/main.yml` file.
** Define the `delegate_host` variable with the `workstation.lab.example.com` value in the `defaults/main.yml` file.
Rather than putting "value" after the required value (i.e., "...the /tmp value..."), would prefer "Define the backup_tmp variable with a value of /tmp in the ..."
Also, prefer "with redhat as the password" to "with the redhat password".
Make any needed changes to the course templates or scaffolding to apply this guidance.