Initial Chef repository
This commit is contained in:
3
cookbooks/mariadb/recipes/plugins.rb
Normal file
3
cookbooks/mariadb/recipes/plugins.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
node['mariadb']['plugins'].each do |plugin, enable|
|
||||
include_recipe "#{cookbook_name}::_" + plugin + '_plugin' if enable
|
||||
end
|
||||
Reference in New Issue
Block a user