apache-formula/apache
Imran Iqbal 97f6ead9f4
fix(yamllint): fix all errors
```bash
apache-formula$ yamllint -s .
./pillar.example
  2:1       warning  missing document start "---"  (document-start)
  5:26      warning  truthy value should be one of [false, true]  (truthy)
  50:18     warning  too few spaces before comment  (comments)
  51:16     warning  truthy value should be one of [false, true]  (truthy)
  52:57     warning  too few spaces before comment  (comments)
  52:89     error    line too long (104 > 88 characters)  (line-length)
  67:33     warning  truthy value should be one of [false, true]  (truthy)
  67:38     warning  too few spaces before comment  (comments)
  69:31     warning  too few spaces before comment  (comments)
  70:8      warning  missing starting space in comment  (comments)
  75:53     warning  too few spaces before comment  (comments)
  75:89     error    line too long (98 > 88 characters)  (line-length)
  76:55     warning  too few spaces before comment  (comments)
  76:89     error    line too long (101 > 88 characters)  (line-length)
  78:50     warning  too few spaces before comment  (comments)
  79:89     error    line too long (95 > 88 characters)  (line-length)
  82:47     warning  too few spaces before comment  (comments)
  83:54     warning  too few spaces before comment  (comments)
  83:89     error    line too long (100 > 88 characters)  (line-length)
  84:58     warning  too few spaces before comment  (comments)
  84:89     error    line too long (109 > 88 characters)  (line-length)
  93:32     warning  too few spaces before comment  (comments)
  100:89    error    line too long (105 > 88 characters)  (line-length)
  101:33    error    trailing spaces  (trailing-spaces)
  102:16    warning  truthy value should be one of [false, true]  (truthy)
  231:20    warning  truthy value should be one of [false, true]  (truthy)
  242:32    warning  too few spaces before comment  (comments)
  249:20    warning  truthy value should be one of [false, true]  (truthy)
  254:20    warning  truthy value should be one of [false, true]  (truthy)
  260:21    warning  truthy value should be one of [false, true]  (truthy)
  283:8     warning  missing starting space in comment  (comments)
  284:8     warning  missing starting space in comment  (comments)
  297:15    warning  too few spaces before comment  (comments)
  328:18    warning  truthy value should be one of [false, true]  (truthy)
  330:20    warning  truthy value should be one of [false, true]  (truthy)
  342:15    error    empty value in block mapping  (empty-values)
  345:18    warning  truthy value should be one of [false, true]  (truthy)
  348:18    warning  truthy value should be one of [false, true]  (truthy)
  355:18    warning  truthy value should be one of [false, true]  (truthy)
  358:89    error    line too long (91 > 88 characters)  (line-length)
  359:26    warning  truthy value should be one of [false, true]  (truthy)
  362:89    error    line too long (99 > 88 characters)  (line-length)
  365:89    error    line too long (267 > 88 characters)  (line-length)
  367:21    warning  truthy value should be one of [false, true]  (truthy)
  369:26    warning  truthy value should be one of [false, true]  (truthy)
  371:1     error    too many blank lines (1 > 0)  (empty-lines)

./apache/osfingermap.yaml
  3:1       warning  missing document start "---"  (document-start)

./apache/modsecurity.yaml
  4:1       warning  missing document start "---"  (document-start)
  6:18      warning  truthy value should be one of [false, true]  (truthy)
  7:20      warning  truthy value should be one of [false, true]  (truthy)
  14:18     warning  truthy value should be one of [false, true]  (truthy)
  15:20     warning  truthy value should be one of [false, true]  (truthy)
  22:18     warning  truthy value should be one of [false, true]  (truthy)
  23:20     warning  truthy value should be one of [false, true]  (truthy)

./apache/defaults.yaml
  4:1       warning  missing document start "---"  (document-start)
  5:26      warning  truthy value should be one of [false, true]  (truthy)
  7:19      warning  truthy value should be one of [false, true]  (truthy)
  10:18     warning  truthy value should be one of [false, true]  (truthy)
  11:20     warning  truthy value should be one of [false, true]  (truthy)

./apache/oscodenamemap.yaml
  4:1       warning  missing document start "---"  (document-start)
  4:8       error    trailing spaces  (trailing-spaces)
  9:8       error    trailing spaces  (trailing-spaces)
  14:7      error    trailing spaces  (trailing-spaces)
  19:6      error    trailing spaces  (trailing-spaces)
  24:8      error    trailing spaces  (trailing-spaces)
  29:9      error    trailing spaces  (trailing-spaces)
  34:7      error    trailing spaces  (trailing-spaces)
  39:8      error    trailing spaces  (trailing-spaces)
  44:8      error    trailing spaces  (trailing-spaces)
  50:9      error    trailing spaces  (trailing-spaces)
  61:1      error    too many blank lines (1 > 0)  (empty-lines)

./apache/osfamilymap.yaml
  4:1       warning  missing document start "---"  (document-start)
  16:89     error    line too long (104 > 88 characters)  (line-length)
  43:89     error    line too long (105 > 88 characters)  (line-length)
  56:16     warning  truthy value should be one of [false, true]  (truthy)
  114:11    error    empty value in block mapping  (empty-values)
  114:11    error    trailing spaces  (trailing-spaces)

./test/salt/pillar/default.sls
  5:26      warning  truthy value should be one of [false, true]  (truthy)
  7:18      warning  truthy value should be one of [false, true]  (truthy)
  8:20      warning  truthy value should be one of [false, true]  (truthy)
```
2019-10-17 08:32:30 +01:00
..
files Fix mod_remoteip for Red Hat family OS (#260) 2019-04-20 09:32:44 +02:00
mod_security use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
vhosts use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
certificates.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
config.sls Fix wrong yaml parsing (#253) 2019-02-10 19:35:25 +01:00
debian_full.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
defaults.yaml fix(yamllint): fix all errors 2019-10-17 08:32:30 +01:00
flags.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
init.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
logrotate.sls Improove the logrotate state with the map 2016-01-07 19:02:00 +00:00
manage_security.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
map.jinja map.jinja: use grains.filter_by instead of defaults.merge 2019-02-13 13:41:54 +01:00
mod_actions.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_cgi.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_dav_svn.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_fastcgi.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_fcgid.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_geoip.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_headers.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_mpm.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_pagespeed.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_perl2.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_php5.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_proxy_fcgi.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_proxy_http.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_proxy.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_remoteip.sls Fix mod_remoteip for Red Hat family OS (#260) 2019-04-20 09:32:44 +02:00
mod_rewrite.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_socache_shmcb.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_ssl.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_suexec.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_upload_progress.sls Patch upload progress (#267) 2019-09-26 17:57:24 +02:00
mod_vhost_alias.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_wsgi.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
mod_xsendfile.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
modsecurity.yaml fix(yamllint): fix all errors 2019-10-17 08:32:30 +01:00
modules.sls Patch upload progress (#267) 2019-09-26 17:57:24 +02:00
no_default_vhost.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
oscodenamemap.yaml fix(yamllint): fix all errors 2019-10-17 08:32:30 +01:00
osfamilymap.yaml fix(yamllint): fix all errors 2019-10-17 08:32:30 +01:00
osfingermap.yaml fix(yamllint): fix all errors 2019-10-17 08:32:30 +01:00
own_default_vhost.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
register_site.sls use watch module: apache-[restart|reload] consequently 2018-11-09 00:25:52 +01:00
server_status.sls fix server_status state (#268) 2019-09-25 20:03:49 +02:00
uninstall.sls Add a new line into uninstall state 2017-03-28 16:26:52 +03:00