From e6012965f197cb08afc1ae99c737161d09108b79 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 6 Jul 2019 02:24:28 -0400 Subject: [PATCH] Add YAML header to sample config files --- client-api/pvc-api.sample.yaml | 1 + node-daemon/pvcd.sample.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/client-api/pvc-api.sample.yaml b/client-api/pvc-api.sample.yaml index 1d3ad979..e9ea160a 100644 --- a/client-api/pvc-api.sample.yaml +++ b/client-api/pvc-api.sample.yaml @@ -1,3 +1,4 @@ +--- # pvc-api client configuration file example # # This configuration file specifies details for the PVC API client running on diff --git a/node-daemon/pvcd.sample.yaml b/node-daemon/pvcd.sample.yaml index 3f8d6706..6bba7d2f 100644 --- a/node-daemon/pvcd.sample.yaml +++ b/node-daemon/pvcd.sample.yaml @@ -1,3 +1,4 @@ +--- # pvcd cluster configuration file example # # This configuration file specifies details for this node in PVC. Multiple node