
Uses create_resources() to create ssh::config_entry resources for the given hash. Does respect hiera_merge parameter accordingly.
16 lines
381 B
YAML
16 lines
381 B
YAML
---
|
|
ssh::sshd_config_allowgroups:
|
|
- allowgroup_from_fact
|
|
ssh::sshd_config_allowusers:
|
|
- allowuser_from_fact
|
|
ssh::sshd_config_denygroups:
|
|
- denygroup_from_fact
|
|
ssh::sshd_config_denyusers:
|
|
- denyuser_from_fact
|
|
ssh::config_entries:
|
|
'user_from_fact':
|
|
owner: 'fact_user'
|
|
group: 'fact_user'
|
|
path: '/home/fact_user/.ssh/config'
|
|
host: 'fact_host.example.local'
|