summaryrefslogtreecommitdiff
path: root/roles/sane_debian_system/subplot.yaml
blob: b7f03cb7a0841356772f4a79cdafd375681b796a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- then: the host has the {package} package installed
  impl:
    python:
      function: host_has_package_installed

- then: the host has an empty {pathname} directory
  impl:
    python:
      function: host_directory_is_empty

- then: the host has hostname {hostname}
  impl:
    python:
      function: host_hostname_is

- then: the host has {hostname} in /etc/hosts for {addr}
  impl:
    python:
      function: host_hostname_has_address