2
0
salt-formula/salt/files
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
..
cloud.maps.d Initial add of dummy saltify settings 2014-12-24 08:40:10 +00:00
cloud.profiles.d ec2/gce profiles/providers are no longer configured if they are not used. 2015-04-17 10:48:47 -04:00
cloud.providers.d ec2/gce profiles/providers are no longer configured if they are not used. 2015-04-17 10:48:47 -04:00
master.d Fix pillar_roots configuration format in master 2015-05-16 15:15:56 +03:00
minion.d Cleanup template for easier user reading 2015-05-08 22:33:43 +02:00
key Added functionality to state for salt cloud and exampel for EC2 and GCE 2014-07-20 16:59:38 +02:00
roster.jinja add support for installing salt-ssh and managing the roster file, updated README and pillar.example 2014-10-28 11:45:32 -05:00