diff --git a/rocky-9/data/files/90-proxmox.cfg b/rocky-9/data/files/90-proxmox.cfg index 22bb145..5e8c9b0 100644 --- a/rocky-9/data/files/90-proxmox.cfg +++ b/rocky-9/data/files/90-proxmox.cfg @@ -1,55 +1,55 @@ users: - - default + - default disable_root: 0 -ssh_pwauth: 0 +ssh_pwauth: 0 mount_default_fields: [~, ~, 'auto', 'defaults,nofail,x-systemd.requires=cloud-init.service', '0', '2'] resize_rootfs_tmp: /dev -ssh_deletekeys: 1 -ssh_genkeytypes: ['rsa', 'ecdsa', 'ed25519'] +ssh_deletekeys: 1 +ssh_genkeytypes: ['rsa', 'ecdsa', 'ed25519'] syslog_fix_perms: ~ disable_vmware_customization: false cloud_init_modules: - - disk_setup - - migrator - - bootcmd - - write-files - - [ growpart, always ] - - [ resizefs, always ] - - set_hostname - - update_hostname - - [ update_etc_hosts, once-per-instance ] - - rsyslog - - users-groups - - ssh + - disk_setup + - migrator + - bootcmd + - write-files + - [ growpart, always ] + - [ resizefs, always ] + - set_hostname + - update_hostname + - [ update_etc_hosts, once-per-instance ] + - rsyslog + - users-groups + - ssh cloud_config_modules: - - mounts - - locale - - set-passwords - - rh_subscription - - yum-add-repo - - timezone - - puppet - - chef - - salt-minion - - mcollective - - disable-ec2-metadata - - runcmd + - mounts + - locale + - set-passwords + - rh_subscription + - yum-add-repo + - timezone + - puppet + - chef + - salt-minion + - mcollective + - disable-ec2-metadata + - runcmd cloud_final_modules: - - rightscale_userdata - - scripts-per-once - - scripts-per-boot - - scripts-per-instance - - scripts-user - - ssh-authkey-fingerprints - - keys-to-console - - phone-home - - final-message - - power-state-change + - rightscale_userdata + - scripts-per-once + - scripts-per-boot + - scripts-per-instance + - scripts-user + - ssh-authkey-fingerprints + - keys-to-console + - phone-home + - final-message + - power-state-change system_info: default_user: @@ -64,5 +64,3 @@ system_info: cloud_dir: /var/lib/cloud templates_dir: /etc/cloud/templates ssh_svcname: sshd - -# vim:syntax=yaml diff --git a/rocky-9/data/files/93-proxmox.cfg b/rocky-9/data/files/93-proxmox.cfg index ec5740a..4205e0b 100644 --- a/rocky-9/data/files/93-proxmox.cfg +++ b/rocky-9/data/files/93-proxmox.cfg @@ -1,9 +1,9 @@ disable_root: 0 -ssh_pwauth: 1 +ssh_pwauth: 1 # Set the distro defaults system_info: - default_user: - name: root - shell: /bin/bash - lock_passwd: false + default_user: + name: root + shell: /bin/bash + lock_passwd: false