Browse Source

can't use `clean` in the same suite reliably (unless we find a proper way)

tags/v1.2.1
Imran Iqbal 3 years ago
parent
commit
79165a1f05
No account linked to committer's email address
1 changed files with 12 additions and 12 deletions
  1. +12
    -12
      kitchen.yml

+ 12
- 12
kitchen.yml View File

# - apache.vhosts # - apache.vhosts
# - apache.vhosts.standard # - apache.vhosts.standard


### Need these handled separately
# - apache.vhosts.clean
# - apache.vhosts.cleanup
# - apache.certificates.clean
- apache.service.clean
# - apache.config.vhosts.clean # this is a symlink!
- apache.config.vhosts.cleanup
- apache.config.modules.clean
- apache.config.certificates.clean
- apache.config.clean
- apache.package.clean
- apache.clean
# ### Need these handled separately
# # - apache.vhosts.clean
# # - apache.vhosts.cleanup
# # - apache.certificates.clean
# - apache.service.clean
# # - apache.config.vhosts.clean # this is a symlink!
# - apache.config.vhosts.cleanup
# - apache.config.modules.clean
# - apache.config.certificates.clean
# - apache.config.clean
# - apache.package.clean
# - apache.clean
pillars: pillars:
top.sls: top.sls:
base: base:

Loading…
Cancel
Save