Skip to content

Commit

Permalink
Merge pull request #2883 from nickanderson/ENT-11570/3.21.x
Browse files Browse the repository at this point in the history
ENT-11570: Added documentation for customizing domain via Augments (3.21)
  • Loading branch information
nickanderson authored Apr 29, 2024
2 parents a23cb76 + ffbf804 commit 685dff2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions MPF.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,23 @@ This setting can be customized via Augments, for example:
}
```

### domain

The domain the host is configured for. Defaults to domain configured on system, e.g. the output from ```hostname -d```. This setting influences `sys.domain` and `mailfrom` if not customized.

This setting can be customized via Augments, for example:

```json
{
"variables": {
"default:def.domain": {
"comment": "Override domain as configured on the host.",
"value": "exmaple.net"
}
}
}
```

**History:**

* Added in CFEngine 3.22.0, 3.21.1, 3.18.4
Expand Down

0 comments on commit 685dff2

Please sign in to comment.