diff --git a/salt/elastic/init.sls b/salt/elastic/init.sls index 291238d52..e86d295d5 100644 --- a/salt/elastic/init.sls +++ b/salt/elastic/init.sls @@ -1,3 +1,18 @@ +# Copyright 2014,2015,2016,2017,2018 Security Onion Solutions, LLC + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + {% set esclustername = salt['pillar.get'](master:esclustername) %} {% set esheap = salt['pillar.get'](master:esheap) %} {% set esaccessip = salt['pillar.get'](master:esaccessip) %} diff --git a/salt/logstash/init.sls b/salt/logstash/init.sls index 3195a25da..cd01504a6 100644 --- a/salt/logstash/init.sls +++ b/salt/logstash/init.sls @@ -1,3 +1,18 @@ +# Copyright 2014,2015,2016,2017,2018 Security Onion Solutions, LLC + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + # Logstash Section # Add Logstash user diff --git a/salt/master/init.sls b/salt/master/init.sls index 70b756bf6..6b30fcbf1 100644 --- a/salt/master/init.sls +++ b/salt/master/init.sls @@ -1 +1,14 @@ -# Fill this out +# Copyright 2014,2015,2016,2017,2018 Security Onion Solutions, LLC + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/salt/pcap/init.sls b/salt/pcap/init.sls index ffde3147d..619d69fda 100644 --- a/salt/pcap/init.sls +++ b/salt/pcap/init.sls @@ -1,3 +1,18 @@ +# Copyright 2014,2015,2016,2017,2018 Security Onion Solutions, LLC + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + # PCAP Section file.directory: diff --git a/salt/pulledpork/init.sls b/salt/pulledpork/init.sls index bea0b0867..1470cecf9 100644 --- a/salt/pulledpork/init.sls +++ b/salt/pulledpork/init.sls @@ -1,5 +1,19 @@ -# Create a state directory +# Copyright 2014,2015,2016,2017,2018 Security Onion Solutions, LLC +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# PulledProk Setup ppdir: file.directory: - name: /opt/so/pulledpork diff --git a/salt/somaster/init.sls b/salt/somaster/init.sls index 2227ce983..3545ef846 100644 --- a/salt/somaster/init.sls +++ b/salt/somaster/init.sls @@ -1,3 +1,18 @@ +# Copyright 2014,2015,2016,2017,2018 Security Onion Solutions, LLC + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + # Add Redis docker if REDIS is enabled # Add REDIS user