Skip to content

Commit

Permalink
Update salt/datadog/init.sls
Browse files Browse the repository at this point in the history
Co-authored-by: Ee Durbin <[email protected]>
  • Loading branch information
JacobCoffee and ewdurbin authored Aug 14, 2024
1 parent f6525f6 commit 91d2f8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions salt/datadog/init.sls
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{% set swap_file = salt["pillar.get"]("swap_file", {}) %}
{% set swap_size = swap_file.get("swap_size", "1024") %}
{% set swap_path = swap_file.get("swap_path") %}
{% set swap_path = salt['pillar.get'](salt['pillar.get']('swap_file:swap_path')) %}

{% if grains["oscodename"] == ["jammy", "noble"] %}
datadogkey:
Expand Down

0 comments on commit 91d2f8d

Please sign in to comment.