Sha256: 4a468618da8490114e3224909a8db3816332f56b9f0aadb456bdbb77af69b353
Contents?: true
Size: 1.19 KB
Versions: 20
Compression:
Stored size: 1.19 KB
Contents
class TopCookbooks < Chef::Resource resource_name :top_cookbooks property :command, String, name_property: true # Disabling all windows tests until winrm issue is properly settled. # action :run do cookbook_kitchen "#{command} docker" do end cookbook_kitchen "#{command} git" do end # FIXME: waiting for https://github.com/learn-chef/learn-chef-acceptance/pull/23 # cookbook_kitchen "#{command} learn-the-basics-ubuntu" do # repository "learn-chef/learn-chef-acceptance" # cookbook_relative_dir "cookbooks/learn-the-basics-ubuntu" # end # cookbook_kitchen "#{command} learn-the-basics-windows" do # repository "learn-chef/learn-chef-acceptance" # cookbook_relative_dir "cookbooks/learn-the-basics-windows" # end cookbook_kitchen "#{command} powershell" do end cookbook_kitchen "#{command} iis" do end cookbook_kitchen "#{command} sql_server" do end cookbook_kitchen "#{command} winbox" do repository "adamedx/winbox" end # cookbook_kitchen "#{command} windows" do # end # cookbook_kitchen "#{command} chocolatey" do # repository "chocolatey/chocolatey-cookbook" # end end end
Version data entries
20 entries across 20 versions & 1 rubygems