Skip to content

Commit

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

Differential Revision: D61910279

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

0 comments on commit ffbac38

Please sign in to comment.