diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-12-13 16:00:41 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-12-13 16:00:41 -0800 |
commit | cef924d0f6a1a8df8ad4d61b425e2a0b29e25027 (patch) | |
tree | 4328fc0e6a0676b427bcfe123d72609913c825e9 | |
parent | dc52048f9a9f4243c020afeab39f09e17d4d9795 (diff) |
Update eyaml README
On CentOS7 systems the gem command is contained in the 'rubygems'
package, not 'ruby-gems'.
After the keys have been moved, there is not reason to keep around the
'keys' directory.
Change-Id: I5cb9f474276de75b650ddf323a279e139fb62d37
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | config/utils/README.eyaml.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/utils/README.eyaml.rst b/config/utils/README.eyaml.rst index 083d5192..386a21bb 100644 --- a/config/utils/README.eyaml.rst +++ b/config/utils/README.eyaml.rst @@ -12,7 +12,7 @@ Prerequisites .. code-block:: bash - $ sudo yum install ruby-gems || sudo apt-get install ruby + $ sudo yum install rubygems || sudo apt-get install ruby $ sudo gem install hiera-eyaml $ eyaml createkeys @@ -22,6 +22,7 @@ Prerequisites $ sudo mkdir -p /etc/eyaml_keys/ $ sudo mv ./keys/* /etc/eyaml_keys/ + $ sudo rmdir ./keys #. Set up eyaml config.yaml |