Describe the Bug
When include class accounts and the operating system is Debian 12 bookworm
I get:
Error: Failed to apply catalog: Resource type 'Ssh_authorized_key' was not found
Expected Behavior
working
Steps to Reproduce
Environment
- puppetlabs-accounts (v8.1.0)
- Debian 12.1
Describe the Bug
When include class accounts and the operating system is Debian 12 bookworm
I get:
Error: Failed to apply catalog: Resource type 'Ssh_authorized_key' was not found
Expected Behavior
working
Steps to Reproduce
classes:
accounts::user_defaults:
groups: [ 'users' ]
managehome: true
system: false
accounts::user_list:
slima:
groups: [ 'adm', 'sudo' ]
sshkeys:
- &kamil_sshkey 'ssh-ed25519 key'
Environment
- puppetlabs-accounts (v8.1.0)
- Debian 12.1
Additional Context
On Debian 11 working.