Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Feb 24, 2017
2 parents 36833a9 + f0c08be commit 4c86c0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@
- Fix issue in wait_for (thanks @pierrefh)
- Add contributing guidelines in CONTRIBUTING.md
- Fix checksum var

## v1.2.9

- Fix backend template inclusion
- Correct backend filename
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ vault_port: "8200"
vault_node_name: "{{ inventory_hostname_short }}"
vault_main_config: "{{ vault_config_path }}/vault_main.hcl"
vault_primary_node: "{{hostvars[groups['primary'][0]]['ansible_fqdn']}}"
vault_backend: "consul"
vault_backend: "backend_consul.j2"
2 changes: 1 addition & 1 deletion templates/vault_main.hcl.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% include backend_{{ vault_backend }}.j2 with context %}
{% include vault_backend with context %}

cluster_name = "sutakku"

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.8
v1.2.9

0 comments on commit 4c86c0f

Please sign in to comment.