Преглед на файлове

keys should be lowercase according to the spec

Jean-Francois Chevrette преди 8 години
родител
ревизия
3f2569c067
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      roles/openshift_storage_nfs_lvm/templates/nfs.json.j2

+ 2 - 2
roles/openshift_storage_nfs_lvm/templates/nfs.json.j2

@@ -14,8 +14,8 @@
     "accessModes": [ "ReadWriteOnce", "ReadWriteMany" ],
     "persistentVolumeReclaimPolicy": "{{ osnl_volume_reclaim_policy }}",
     "nfs": {
-      "Server": "{{ inventory_hostname }}",
-      "Path": "{{ osnl_mount_dir }}/{{ item }}"
+      "server": "{{ inventory_hostname }}",
+      "path": "{{ osnl_mount_dir }}/{{ item }}"
     }
   }
 }