Commit be6c435e authored by Scotty Logan's avatar Scotty Logan
Browse files

added OSSEC

parent 99d842ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ base::packages::install:
  - isc-dhcp-client
  - manpages
  - openssh-client
  - ossec-hids
  - python-setuptools
  - vim-tiny
  - xz-utils
+6 −1
Original line number Diff line number Diff line
@@ -23,4 +23,9 @@ base::packages::sources:
    location: https://cloudfront.debian.net/debian
    release: "%{lsbdistcodename}-backports"
    repos: "main contrib non-free"
  ossec:
    comment: "OSSEC APT Repo"
    location: http://ossec.wazuh.com/apt/debian
    key:
      id:     9FE55537D1713CA519DFB85114B9C8DB9A1B1C65
      source: http://ossec.wazuh.com/repos/apt/conf/ossec-key.gpg.key
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
# defaults for Debian 8.x (jessie) armv7l systems (Raspberry Pis)
---
base::packages::docker_package: docker-hypriot
base::packages::uninstall:
  - ossec-hids
base::packages::sources:
  main:
    comment:  "Raspbian APT Repo"
+6 −0
Original line number Diff line number Diff line
@@ -21,3 +21,9 @@ base::packages::sources:
    location: http://us.archive.ubuntu.com/ubuntu/
    release: "%{lsbdistcodename}-backports"
    repos: "main restricted universe"
  ossec:
    comment: "OSSEC APT Repo"
    location: http://ossec.wazuh.com/apt/ubuntu
    key:
      id:     9FE55537D1713CA519DFB85114B9C8DB9A1B1C65
      source: http://ossec.wazuh.com/repos/apt/conf/ossec-key.gpg.key
+2 −0
Original line number Diff line number Diff line
@@ -17,4 +17,6 @@ base::packages::uninstall:
  - ntp
  - ntpdate
  - openssh-server
  - ossec-hids
  - pciutils
Loading