Skip to content

Commit

Permalink
Bump network.d dropin dir creation to 50%
Browse files Browse the repository at this point in the history
Summary: bumpsign

Differential Revision: D61911122

fbshipit-source-id: 1efead43de01d63e9c765eb79eb8408797b7a06d
  • Loading branch information
sjpark0605 authored and facebook-github-bot committed Sep 3, 2024
1 parent b897ee8 commit 9e67322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/fb_networkd/resources/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def validate_network_addresses(conf)
notifies :run, "execute[networkctl reconfigure #{conf['name']}]"
end

if node.in_shard?(24)
if node.in_shard?(49)
# Create dropin directory for network config file.
dropin_dir = conffile + '.d'
directory dropin_dir do
Expand Down

0 comments on commit 9e67322

Please sign in to comment.