From 967925c4e727161f68b1102ddf1b5d127a147a49 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Jul 20 2020 23:12:37 +0000 Subject: Small fixes to tsp profile --- diff --git a/salt/profile/tsp/files/site.yml b/salt/profile/tsp/files/site.yml index 3e0c41d..0a41fc4 100644 --- a/salt/profile/tsp/files/site.yml +++ b/salt/profile/tsp/files/site.yml @@ -28,7 +28,7 @@ common: &common opensuse_connect: enabled: false - api_key: "{{ pillar['profile']['web_tsp']['api_key'] }}" + api_key: "{{ pillar['profile']['web_tsp']['connect_api_key'] }}" base_url: "http://connect.opensuse.org" check_request_template: "check_request_2pages.pdf" diff --git a/salt/profile/tsp/init.sls b/salt/profile/tsp/init.sls index 5184cd2..5ebcdc5 100644 --- a/salt/profile/tsp/init.sls +++ b/salt/profile/tsp/init.sls @@ -11,6 +11,10 @@ tsp_user: user.present: - name: tsp +/srv/www/travel-support-program: + file.directory: + - user: tsp + https://github.com/openSUSE/travel-support-program.git: git.latest: - branch: master