commit | 96f8bb32388621bd75e28e5816695d468f11c6ca | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:34:55 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:34:55 2017 +0200 |
tree | 75f2d50bd36809e82a994ddc1da98ea803b29813 | |
parent | 02661e34d729a0b6ad4a086c531f01781879bb66 [diff] |
Fix name in .kitchen.travis.yml file Change-Id: I40e45bcf44be5fdab79934d5cb427650db9976a3
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml index f847543..bbf9c0d 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 + reclass.sls: tests/pillar/<%= ENV['SUITE'] %>.sls