diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-09-22 13:06:51 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-09-22 13:06:51 -0700 |
commit | 41e02809b8279dd262ebad8b079752460fe374ff (patch) | |
tree | 0d342dc31a00acb92594ad5aa50b3a92d9bae221 /DOC_CHANGES.md | |
parent | 9dc5d6cb772c8c3d128a80bdb49d81f16ff675b1 (diff) | |
download | ohai-41e02809b8279dd262ebad8b079752460fe374ff.tar.gz |
Fix the plugin name.
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 88661702..6c2b5793 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -20,7 +20,7 @@ The sources used to compute the seed value can be configured either in your Chef config file or your Ohai config file ([ed: does anyone use Ohai config files?]): ```ruby -Ohai::Config[:plugins][:shard][:sources] = [:fqdn] +Ohai::Config[:plugins][:shard_seed][:sources] = [:fqdn] ``` The default sources are `[:machinename, :serial, :uuid]` but this value should |