commit | 407aa4b27d8c2fa9b4177249350733242fc6254e | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:36:21 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:36:21 2017 +0200 |
tree | fd05955376eb3d1fe161da030d3a13f2f12a7a85 | |
parent | fcbf0ff4a73d97857c04c30503981a8bea0616bd [diff] |
Fix name in .kitchen.travis.yml file Change-Id: I768b6be461a03c4095393f1f4aceaf1360203c72
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml index f847543..4adff3b 100644 --- a/.kitchen.travis.yml +++ b/.kitchen.travis.yml
@@ -3,4 +3,4 @@ - name: <%= ENV['SUITE'] %> provisioner: pillars-from-files: - neutron.sls: tests/pillar/<%= ENV['SUITE'] %>.sls + postgresql.sls: tests/pillar/<%= ENV['SUITE'] %>.sls