- name: gps-tile
run_list:
- recipe[gps-tile::default]
+ - name: hardware
+ run_list:
+ - recipe[hardware::default]
- name: incron
run_list:
- recipe[incron::default]
- name: "Test Kitchen (gps-tile)"
script:
- bundle exec kitchen test gps-tile-ubuntu-1804
+ - name: "Test Kitchen (hardare)"
+ script:
+ - bundle exec kitchen test hardware-ubuntu-1804
- name: "Test Kitchen (incron)"
script:
- bundle exec kitchen test incron-ubuntu-1804
# limitations under the License.
#
+include_recipe "apt"
+include_recipe "git"
include_recipe "munin"
+include_recipe "sysfs"
include_recipe "tools"
ohai_plugin "hardware" do
repository "https://git.openstreetmap.org/private/areca.git"
user "root"
group "root"
+ not_if { ENV["TEST_KITCHEN"] }
end
else
directory "/opt/areca" do