Skip to content

Commit

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

Differential Revision: D61911116

fbshipit-source-id: fad9ed64111172e09c0a2d8cc26cc4ec296dc428
  • Loading branch information
sjpark0605 authored and facebook-github-bot committed Aug 30, 2024
1 parent ffbac38 commit 4715d83
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?(9)
if node.in_shard?(24)
# Create dropin directory for network config file.
dropin_dir = conffile + '.d'
directory dropin_dir do
Expand Down

0 comments on commit 4715d83

Please sign in to comment.