Skip to content

Commit

Permalink
Fix: typo in configure.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Jun 9, 2024
1 parent c12a40d commit 33fe860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
memcached_config 'Configure Memcached' do
memory node['redborder']['memory_services']['memcached']['memory']
ipaddress node['ipaddress_sync']
if action manager_services['memcached']
if manager_services['memcached']
action [:add, :register]
else
action [:remove, :deregister]
Expand Down

0 comments on commit 33fe860

Please sign in to comment.