Browse Source

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

ps002 7 năm trước cách đây
mục cha
commit
9895d16b1f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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/"