Skip to content

Commit

Permalink
Fix spelling: than -> then
Browse files Browse the repository at this point in the history
  • Loading branch information
rwp0 authored Jul 29, 2022
1 parent 6cf11b7 commit 214f7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/guides/using_modules_and_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Now it is time to create a basic ntp.conf file. Create the directory lib/Service
server ntp02.company.tld
```

If you now want to distribute different ntp.conf files per environment you can add multiple ntp.conf files to that directory. Rex will than decide with the help of the -E $env cli parameter which file to use. Rex first try to find a file named ntp.conf.$environment and if that file does not exist it falls back to ntp.conf.
If you now want to distribute different ntp.conf files per environment you can add multiple ntp.conf files to that directory. Rex will then decide with the help of the -E $env cli parameter which file to use. Rex first try to find a file named ntp.conf.$environment and if that file does not exist it falls back to ntp.conf.

```
.
Expand Down Expand Up @@ -230,7 +230,7 @@ To use your module you have to add it to your Rexfile. This can be simply achiev
1;
```

Than you can list your Tasks and execute them.
Then you can list your Tasks and execute them.

$ rex -T
[2013-03-30 02:35:32] INFO - eval your Rexfile.
Expand Down

0 comments on commit 214f7a5

Please sign in to comment.