From 8c90b92f54a197b1177674589d42c884330b43a8 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 23 Jun 2017 16:13:12 -0700 Subject: Fix Yamllint Violations JIRA: PHAROS-298 Change-Id: I1c9afc9bfee4a60144b95bc38e2333260c95167a Signed-off-by: Trevor Bramwell --- tools/pharos-validator/src/validation_tool/doc/config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/pharos-validator/src/validation_tool/doc/config.yaml') diff --git a/tools/pharos-validator/src/validation_tool/doc/config.yaml b/tools/pharos-validator/src/validation_tool/doc/config.yaml index 6b3a6d0a..f2146ff9 100644 --- a/tools/pharos-validator/src/validation_tool/doc/config.yaml +++ b/tools/pharos-validator/src/validation_tool/doc/config.yaml @@ -1,9 +1,10 @@ +--- ################### # Program arguments ################### # # Define path of output file -output: "yaml" # Values are ("yaml", ) +output: "yaml" # Values are ("yaml", ) ################# # Server settings @@ -33,6 +34,4 @@ logfile: "/tmp/runtime_logs.txt" # Path to test logs test_log: "/tmp/results.yaml" # Path to dhcpd configuration file -#dhcpdfile: "/etc/dhcp/dhcpd.conf" dhcpdfile: "/etc/dhcp/dhcpd.conf" - -- cgit 1.2.3-korg