Merge "Nokia public lab Pod Descriptor File"
[pharos.git] / config / utils / README.eyaml.rst
index 083d519..1f58426 100644 (file)
@@ -1,6 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
-.. (c) 2017 OPNFV and others.
+.. (c) 2018 OPNFV and others.
 
 Use eyaml to decrypt secret values
 ==================================
@@ -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,13 +22,14 @@ Prerequisites
 
         $ sudo mkdir -p /etc/eyaml_keys/
         $ sudo mv ./keys/* /etc/eyaml_keys/
+        $ sudo rmdir ./keys
 
 #. Set up eyaml config.yaml
 
     .. code-block:: bash
 
         $ mkdir ~/.eyaml/
-        $ cp config.yaml.example ~/.eyaml/config.yaml
+        $ cp config.example.yaml ~/.eyaml/config.yaml
 
 Encryption
 ----------