X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ce7189b3fd44901074b45fe76e143ce548393a75..c61dad4d0afbe41d85716e5231e76d94b6a529af:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 6c14fd873..fa5f43c64 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -17,8 +17,11 @@ # limitations under the License. # -include_recipe "tools" +include_recipe "apt" +include_recipe "git" include_recipe "munin" +include_recipe "sysfs" +include_recipe "tools" ohai_plugin "hardware" do template "ohai.rb.erb" @@ -259,6 +262,7 @@ if tools_packages.include?("areca") repository "https://git.openstreetmap.org/private/areca.git" user "root" group "root" + not_if { ENV["TEST_KITCHEN"] } end else directory "/opt/areca" do