resources("template[#{::File.join(node['wildfly']['base'], 'standalone', 'configuration', node['wildfly']['sa']['conf'])}]").tap do |cfg|
cfg.source 'YOUR FILE'
cfg.cookbook 'YOUR COOKBOOK'
end
jb-cli
is terribly slow, Java has to load up for each command. The existing HTTP API is extremely fast -- The only gotcha is we need a user configured for authentication, and that this will require a gem dependency to handle the Digest authentication (Net::HTTP doesn't support it natively).