commit | 376262a39d5cbf65ef71c949cfaeddd2dee5c33e | [log] [tgz] |
---|---|---|
author | Simon Pasquier <spasquier@mirantis.com> | Wed Nov 16 15:21:51 2016 +0100 |
committer | Simon Pasquier <spasquier@mirantis.com> | Wed Nov 16 15:21:51 2016 +0100 |
tree | 17a2e1973043b5405e4ec2444a77cf4713321cde | |
parent | 1f75d30237aab5bbfa196f9c6763b6e95a4548d8 [diff] [blame] |
Fix mount examples in the README The enabled flag is mandatory.
diff --git a/README.rst b/README.rst index 67b17c9..8b156cb 100644 --- a/README.rst +++ b/README.rst
@@ -558,6 +558,7 @@ enabled: true mount: samba1: + - enabled: true - path: /media/myuser/public/ - device: //192.168.0.1/storage - file_system: cifs @@ -599,6 +600,7 @@ storage: mount: data: + enabled: true device: /dev/vg1/data file_system: ext4 path: /mnt/data