diff --git a/salt/_runners/setup_hypervisor.py b/salt/_runners/setup_hypervisor.py index b7d842a52..ac0811591 100644 --- a/salt/_runners/setup_hypervisor.py +++ b/salt/_runners/setup_hypervisor.py @@ -486,7 +486,7 @@ users: sudo: ALL=(ALL) NOPASSWD:ALL lock_passwd: false passwd: $6$THWuTZMZhIVMGaaw$w9kozn7z7i0Y9LRVGZwN6mcZag4vMpE3hW6eCtKNHlFpL1XLcOdiIr29JyDxx3MLBXNedIqnqcj4psqCjv58d. - ssh-authorized-keys: + ssh_authorized_keys: - {ssh_pub_key} # Configure where output will go @@ -509,9 +509,6 @@ write_files: gpgcheck=1 sslverify=0 -packages: - - qemu-guest-agent - runcmd: # Remove all repo files except securityonion.repo - for f in /etc/yum.repos.d/*.repo; do if [ "$(basename $f)" != "securityonion.repo" ]; then rm -f "$f"; fi; done