diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-07-10 10:51:18 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-07-10 10:51:18 -0700 |
commit | 4a71da2a5243f343db4fadab21caf39546192031 (patch) | |
tree | 95a436db501f8d74051604697ba8e02cca1abf3b /omnibus/config | |
parent | 1e29968a7d0824d8271c9c6e429c16bf854d7c9a (diff) | |
download | chef-4a71da2a5243f343db4fadab21caf39546192031.tar.gz |
update comment about nokogiri
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'omnibus/config')
-rw-r--r-- | omnibus/config/projects/chef.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb index 751b7b342a..7d2b686ed3 100644 --- a/omnibus/config/projects/chef.rb +++ b/omnibus/config/projects/chef.rb @@ -48,8 +48,10 @@ instance_eval(IO.read(overrides_path), overrides_path) dependency "preparation" dependency "chef" -# Nokogiri is an addon-extra we bundle and not a direct dep of chef itself -dependency "nokogiri" +# +# addons which require omnibus software defns (not direct deps of chef itself - RFC-063) +# +dependency "nokogiri" # (nokogiri cannot go in the Gemfile, see wall of text in the software defn) # FIXME?: might make sense to move dependencies below into the omnibus-software chef # definition or into a chef-complete definition added to omnibus-software. |