mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-18 15:02:50 +01:00
Fix Strelka Rule updates, repo fix
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=HH1.1.4
|
||||
TARBALL=/nsm/docker-registry/docker/so-dockers-$VERSION.tar
|
||||
|
||||
# See if the tarball is there. If so do soemthing otherwise peace out.
|
||||
if [ -f "$TARBALL" ]; then
|
||||
cd /nsm/docker-registry/docker
|
||||
tar xvf so-dockers-$VERSION.tar
|
||||
fi
|
||||
|
||||
exit 0
|
||||
@@ -29,17 +29,6 @@ dockerregistryconf:
|
||||
- name: /opt/so/conf/docker-registry/etc/config.yml
|
||||
- source: salt://registry/etc/config.yml
|
||||
|
||||
# Copy the registry script
|
||||
#dockerregistrybuild:
|
||||
# file.managed:
|
||||
# - name: /opt/so/conf/docker-registry/so-buildregistry
|
||||
# - source: salt://registry/bin/so-buildregistry
|
||||
# - mode: 755
|
||||
|
||||
#dockerexpandregistry:
|
||||
# cmd.run:
|
||||
# - name: /opt/so/conf/docker-registry/so-buildregistry
|
||||
|
||||
# Install the registry container
|
||||
so-dockerregistry:
|
||||
docker_container.running:
|
||||
|
||||
Reference in New Issue
Block a user