Skip to content

Commit

Permalink
capitalized to fit standards
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicbove committed Oct 2, 2019
1 parent 36931ad commit c9a0172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions roles/confluent.common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
dest: "{{ jolokia_jar_path }}"
when: jolokia_enabled|bool

- name: set up prometheus install folder
- name: Create Prometheus install directory
file:
path: /opt/prometheus
state: directory
mode: 0755
when: jmxexporter_enabled|bool

- name: install prometheus JMX exporter
- name: Download Prometheus JMX Exporter Jar
get_url:
url: https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.12.0/jmx_prometheus_javaagent-0.12.0.jar
dest: "{{ jmxexporter_jar_path }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/confluent.kafka_broker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
notify:
- restart kafka

- name: deploy JMX exporter config file
- name: Deploy JMX Exporter Config File
copy:
src: "kafka.yml"
dest: "{{jmxexporter_install_path}}/"
Expand Down

0 comments on commit c9a0172

Please sign in to comment.