Skip to content

Commit

Permalink
Merge pull request #134 from rocknsm/hotfix/2.0.3
Browse files Browse the repository at this point in the history
Fix rock-scripts branch in vars.
  • Loading branch information
dcode authored Mar 17, 2017
2 parents c11ecfe + 7bc2a3e commit 9cfa82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/vars/rocknsm_config.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ bro_group: bro
bro_data_dir: "{{ rock_data_dir }}/bro"
bro_cpu: "{{ (ansible_processor_vcpus // 2) if (ansible_processor_vcpus <= 16) else 8 }}"
bro_rockscripts_repo: https://github.com/rocknsm/rock-scripts.git
bro_rockscripts_branch: devel
bro_rockscripts_branch: master
bro_rockscripts_filename: "rock-scripts_{{ bro_rockscripts_branch | replace('/', '-') }}.tar.gz"
rock_dashboards_repo: https://github.com/rocknsm/rock-dashboards.git
rock_dashboards_branch: master
Expand Down

0 comments on commit 9cfa82e

Please sign in to comment.