Skip to content

Add exceptions to referring to named objects as an adjective followed by a noun #537

@julian-cable

Description

@julian-cable

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.

Metadata

Metadata

Assignees

Labels

enhancementWill improve the guide but is not a bug or blocker.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions