diff --git a/README.md b/README.md index 08d1fd4..9cb1058 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,19 @@ Chef package into your system if you are currently running via gem install, and it can keep your omnibus install up to date. +Supports +======== + +- redhat +- centos +- amazon +- scientific +- oracle +- debian +- ubuntu +- max_os_x +- solaris + Usage ===== diff --git a/metadata.rb b/metadata.rb index e7f29c9..2278e53 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,3 +5,13 @@ description "Chef omnibus package updater and installer" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "1.0.5" + +supports redhat +supports centos +supports amazon +supports scientific +supports oracle +supports debian +supports ubuntu +supports mac_os_x +supporst solaris