Skip to content

Commit

Permalink
fix default values
Browse files Browse the repository at this point in the history
Signed-off-by: ayush-billore <[email protected]>
  • Loading branch information
ayush-billore committed Dec 11, 2023
1 parent f7710a7 commit 4eb7a8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omnibus/cookbooks/omnibus-supermarket/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -451,11 +451,11 @@

# ### GDPR Settings
# This controls whether your Supermarket will reach out to GTM
default['supermarket']['enable_gtm'] = false
default['supermarket']['enable_gtm'] = 'false'
# This controls whether your Supermarket will reach out to GTAG
default['supermarket']['enable_gtag'] = false
default['supermarket']['enable_gtag'] = 'false'
# This controls whether your Supermarket will reach out to Onetrust
default['supermarket']['enable_onetrust'] = false
default['supermarket']['enable_onetrust'] = 'false'

# ### robots.txt Settings
#
Expand Down

0 comments on commit 4eb7a8d

Please sign in to comment.