浏览代码

overwriting sensu_yum_repo_url for Amazon Linux to fix the yum repo not working

ps002 7 年之前
父节点
当前提交
9895d16b1f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      vars/Amazon.yml

+ 3 - 0
vars/Amazon.yml

@@ -5,3 +5,6 @@
 # Sensu/Uchiwa user/group/service properties
 sensu_user_name: root
 sensu_group_name: root
+
+# Define repo url without $releasever
+sensu_yum_repo_url: "https://sensu.global.ssl.fastly.net/yum/7/$basearch/"