Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 21, 2023
1 parent 03b126b commit a04047a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,18 @@ This class configures two services to bridge LDAP users, Slurm accounts and user
| :-------------- | :------------------------------------------------------------ | :-------- |
| `project_regex` | Regex identifying FreeIPA groups that require a corresponding Slurm account | String |
| `skel_archives` | Archives extracted in each FreeIPA user's home when created | Array[Struct[{filename => String[1], source => String[1]}]] |

| `manage_home` | When true, `mkhome` create home folder for new FreeIPA users | Boolean |
| `manage_scratch`| When true, `mkhome` create scratch folder for new FreeIPA users | Boolean |
| `manage_project`| When true, `mkproject` create project folder for new FreeIPA users | Boolean |
<details>
<summary>default values</summary>

```yaml
profile::accounts::project_regex: '(ctb\|def\|rpp\|rrg)-[a-z0-9_-]*'
profile::accounts::skel_archives: []
profile::accounts::manage_home: true
profile::accounts::manage_scratch: true
profile::accounts::manage_project: true
```
</details>

Expand Down Expand Up @@ -816,9 +821,9 @@ profile::nfs::server::devices:
- /dev/disk/by-id/b0b686f6-62c8-11ee-8c99-0242ac120002
- /dev/disk/by-id/b65acc52-62c8-11ee-8c99-0242ac120002
scratch:
- bfd50252-62c8-11ee-8c99-0242ac120002
- /dev/disk/by-id/bfd50252-62c8-11ee-8c99-0242ac120002
project:
- c3b99e00-62c8-11ee-8c99-0242ac120002
- /dev/disk/by-id/c3b99e00-62c8-11ee-8c99-0242ac120002
```
</details>

Expand Down

0 comments on commit a04047a

Please sign in to comment.