summaryrefslogtreecommitdiffstats
path: root/config/utils/README.eyaml.rst
diff options
context:
space:
mode:
Diffstat (limited to 'config/utils/README.eyaml.rst')
-rw-r--r--config/utils/README.eyaml.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/utils/README.eyaml.rst b/config/utils/README.eyaml.rst
index 083d5192..0031d9d8 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,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
----------