fix deprecation

This commit is contained in:
m0duspwnens
2025-01-17 19:49:41 -05:00
parent 54eeb0e327
commit a896332db3

View File

@@ -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