0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 11:37:44 +01:00
salt-formula/salt
Edvinas Klovas 47b37f2ffb Fix pillar_roots configuration format in master
This commit fixes how `pillar_roots` are generated and after this fix the
generated configuration does not contain any unnecessary new lines:

```yaml
pillar_roots:
  base:
     /srv/salt/dir1
  dev:
     /srv/salt/dir2
     /srv/salt/dir3
  locale:
     /srv/salt/dir4
```

Before this commit the pillar_roots in `f_defaults.conf` for master would be
generated with a lot of empty lines in between directories, like this:

```yaml
pillar_roots:

  base:

     /srv/salt/dir1

  dev:

     /srv/salt/dir2

     /srv/salt/dir3

  local:

     /srv/salt/dir4

```

The minion configuration is not affected and renders fine.
2015-05-16 15:15:56 +03:00
..
files Fix pillar_roots configuration format in master 2015-05-16 15:15:56 +03:00
gitfs
pkgrepo
api.sls Fix recursion in api.service 2015-03-28 22:29:01 +01:00
cloud.sls Cloud file.recurse loop no longer hardcodes folder list. 2015-04-13 16:08:11 -04:00
defaults.yaml cloud.providers.d can now be redirected. 2015-04-03 19:30:26 -04:00
formulas.jinja
formulas.sls
map.jinja
master.sls Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
minion.sls Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
ssh.sls Change spaces to dashes in IDs for ssh.sls 2015-04-10 16:11:19 -07:00
standalone.sls Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
syndic.sls