ssh/spec/fixtures/hiera/hieradata/specific/test_hiera_merge.yaml
Phil Friderici 1cc9edea3a Add config_entries parameter
Uses create_resources() to create ssh::config_entry resources for the given hash.
Does respect hiera_merge parameter accordingly.
2017-09-21 13:17:52 +00:00

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'