
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_fqdn
|
|
ssh::sshd_config_allowusers:
|
|
- allowuser_from_fqdn
|
|
ssh::sshd_config_denygroups:
|
|
- denygroup_from_fqdn
|
|
ssh::sshd_config_denyusers:
|
|
- denyuser_from_fqdn
|
|
ssh::config_entries:
|
|
'user_from_fqdn':
|
|
owner: 'fqdn_user'
|
|
group: 'fqdn_user'
|
|
path: '/home/fqdn_user/.ssh/config'
|
|
host: 'fqdn_host.example.local'
|