mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
fix deprecation
This commit is contained in:
@@ -486,7 +486,7 @@ users:
|
|||||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||||
lock_passwd: false
|
lock_passwd: false
|
||||||
passwd: $6$THWuTZMZhIVMGaaw$w9kozn7z7i0Y9LRVGZwN6mcZag4vMpE3hW6eCtKNHlFpL1XLcOdiIr29JyDxx3MLBXNedIqnqcj4psqCjv58d.
|
passwd: $6$THWuTZMZhIVMGaaw$w9kozn7z7i0Y9LRVGZwN6mcZag4vMpE3hW6eCtKNHlFpL1XLcOdiIr29JyDxx3MLBXNedIqnqcj4psqCjv58d.
|
||||||
ssh-authorized-keys:
|
ssh_authorized_keys:
|
||||||
- {ssh_pub_key}
|
- {ssh_pub_key}
|
||||||
|
|
||||||
# Configure where output will go
|
# Configure where output will go
|
||||||
@@ -509,9 +509,6 @@ write_files:
|
|||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
sslverify=0
|
sslverify=0
|
||||||
|
|
||||||
packages:
|
|
||||||
- qemu-guest-agent
|
|
||||||
|
|
||||||
runcmd:
|
runcmd:
|
||||||
# Remove all repo files except securityonion.repo
|
# 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
|
- 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