I don't think we've ever supported CentOS 5.
Below is an example of having three scripts for ``centos`` that at any given
time (when there is a match) only two of them will get executed: ``all`` and
-either ``5`` or ``6``.
+either ``6`` or ``7``.
``all`` is a helper that will get executed always for all ``centos`` distro
versions and combinations::
│ └── post
├── pre
│ ├── centos
- │ │ ├── 5
│ │ ├── 6
+ │ │ ├── 7
│ │ └── all
│ └── pre
└── setup