From eb29e00d253eedd24b325d1a4e9d8de367f5317b Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 7 Oct 2019 19:10:13 +0100 Subject: [PATCH] fix(pillar.example): fix `yamllint` error * https://travis-ci.org/myii/bind-formula/builds/594704904#L211-L213 ```bash $ yamllint -s . ./pillar.example 26:29 error forbidden implicit octal value "008" (octal-values) ``` --- pillar.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index 7ea277bb..5288aac0 100644 --- a/pillar.example +++ b/pillar.example @@ -23,7 +23,7 @@ bind: lookup: key_directory: '/etc/bind/keys' # Key directory (needed to use auto-dnssec) key_algorithm: RSASHA256 # Algorithm when using auto-dnssec - key_algorithm_field: 008 # See http://www.bind9.net/dns-sec-algorithm-numbers + key_algorithm_field: '008' # See http://www.bind9.net/dns-sec-algorithm-numbers key_size: 4096 # Key size config: