fix: proxmox root ssh #27

Merged
unkinben merged 1 commits from neoloc/proxmox_ssh into develop 2024-06-10 12:07:44 +10:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 2b36ee3efa - Show all commits

View File

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

View File

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