Merge pull request 'fix: proxmox root ssh' (#27) from neoloc/proxmox_ssh into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/27
This commit is contained in:
Ben Vincent 2024-06-10 12:07:43 +10:00
commit 45f3cb39c7
2 changed files with 7 additions and 0 deletions

View File

@ -114,6 +114,9 @@ lookup_options:
networking::routes: networking::routes:
merge: merge:
strategy: deep strategy: deep
ssh::server::options:
merge:
strategy: deep
facts_path: '/opt/puppetlabs/facter/facts.d' facts_path: '/opt/puppetlabs/facter/facts.d'

View File

@ -8,3 +8,7 @@ sudo::configs:
hiera_exclude: hiera_exclude:
- networking - networking
# proxmox tools use root to authenticate against each other
ssh::server::options:
PermitRootLogin: yes