Skip to content

Commit

Permalink
handle for when riak_shell_nodes var is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mancini committed May 6, 2016
1 parent 69b6e07 commit 1808506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

- name: install riak_shell.config with templated configuration
template: src={{ riak_shell_conf_template }} dest=/etc/riak/riak_shell.config owner=root group=root mode=0444
when: riak_package == "riak-ts"
when: riak_package == "riak-ts" and riak_shell_nodes is defined
notify: restart riak

- name: Make certain Riak is started and set to start on boot
Expand Down

0 comments on commit 1808506

Please sign in to comment.