mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
fix deprecation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user