Skip to content

Commit 0a738ad

Browse files
joshuamiller01facebook-github-bot
authored andcommitted
fb_dnf: remove python3-ujson cleanup
Differential Revision: D79478957 fbshipit-source-id: 0a63a8d57ae36c8cd878fdbc2ee151981be73b9c
1 parent 79666a5 commit 0a738ad

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

cookbooks/fb_dnf/attributes/default.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
},
2929
'enable_makecache_timer' => false,
3030
'disable_makecache_timer' => false,
31-
'install_ujson' => false,
3231
'manage_packages' => true,
3332
'modules' => {},
3433
'repos' => {},

cookbooks/fb_dnf/recipes/packages.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,3 @@
3838
only_if { node['fb_dnf']['manage_packages'] }
3939
action :install
4040
end
41-
42-
# removing ujson
43-
package 'python3-ujson' do
44-
only_if { node['fb_dnf']['install_ujson'] }
45-
action :remove
46-
end

0 commit comments

Comments
 (0)