Prechádzať zdrojové kódy

keys should be lowercase according to the spec

Jean-Francois Chevrette 8 rokov pred
rodič
commit
3f2569c067

+ 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 }}"
     }
   }
 }