diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-11-14 13:35:09 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-11-14 13:35:09 -0800 |
commit | 0abe9ee9a5ea1ba74ae78e6eac404be9d37252a9 (patch) | |
tree | ffd833a7397cd3dee52e8c68581a03cb8c0f40e1 /chef-utils/README.md | |
parent | 37d505f3240e4b0a0ba0c316e6ecff4e9c3e5e45 (diff) | |
download | chef-0abe9ee9a5ea1ba74ae78e6eac404be9d37252a9.tar.gz |
additional chef-utils helpers for rhel6/7/8
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef-utils/README.md')
-rw-r--r-- | chef-utils/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chef-utils/README.md b/chef-utils/README.md index 19e679839c..7b71763a9b 100644 --- a/chef-utils/README.md +++ b/chef-utils/README.md @@ -82,7 +82,10 @@ There are helpers here which are also meta-families which group together multipl * `macos?` * `netbsd?` * `openbsd?` -* `rhel?` - includes redhat, centos, scientific, oracle +* `rhel?` - includes redhat, centos, scientific, oracle, clearos +* `rhel6?` - includes redhat6, centos6, scientifc6, oracle6, clearos6 +* `rhel7?` - includes redhat7, centos7, scientifc7, oracle7, clearos7 +* `rhel8?` - includes redhat8, centos8, scientifc8, oracle8, clearos8 * `smartos?` * `solaris2?` * `suse?` |