Add logstash_settings pillar

This commit is contained in:
Mike Reeves
2020-07-01 15:25:35 -04:00
parent 5580f05daf
commit ab42126d8e
5 changed files with 13 additions and 22 deletions

View File

@@ -12,7 +12,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
{% set lsaccessip = salt['pillar.get']('master:lsaccessip', '') %}
{% set VERSION = salt['pillar.get']('static:soversion', 'HH1.2.2') %}
{% set MASTER = salt['grains.get']('master') %}