From a1525abd6b3db65f5ebe3a6f7dbb2a9f749eb1a6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 10 Oct 2020 14:56:50 +0300 Subject: test(sane_debian_system): add subplot scenarios --- roles/sane_debian_system/subplot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/sane_debian_system/subplot.yaml (limited to 'roles/sane_debian_system/subplot.yaml') diff --git a/roles/sane_debian_system/subplot.yaml b/roles/sane_debian_system/subplot.yaml new file mode 100644 index 0000000..4d7911c --- /dev/null +++ b/roles/sane_debian_system/subplot.yaml @@ -0,0 +1,8 @@ +- then: the host has the {package} package installed + function: host_has_package_installed + +- then: the host has an empty {pathname} directory + function: host_directory_is_empty + +- then: the host has hostname {hostname} + function: host_hostname_is -- cgit v1.2.1