Skip to content

Commit

Permalink
Moving yumrepo vars to the role definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rreadman committed Mar 9, 2015
1 parent c77c6e8 commit 1bab4f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 7 additions & 1 deletion meta/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ galaxy_info:
categories:
- monitoring
dependencies:
- yumrepo
- role: common/yumrepo
yumrepo_repos:
sensu:
name: sensu-main
baseurl: "{{ sensu_yum_repo_url }}"
gpgcheck: 0
- common/sensu
6 changes: 0 additions & 6 deletions vars/main.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
---

# Sensu YUM repo
yumrepo_repos:
sensu:
name: sensu-main
baseurl: "{{ sensu_yum_repo_url }}"
gpgcheck: 0

0 comments on commit 1bab4f9

Please sign in to comment.