Skip to content

Commit 6c5372b

Browse files
committed
Do not provision teams by default
1 parent fa9c2b0 commit 6c5372b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

group_vars/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ shib:
159159

160160
# versions of installed apps
161161
teams_version: 4.2.10
162-
teams_snapshot_timestamp: 20160317.121222-3
162+
teams_snapshot_timestamp: 20160317.154423-9
163163

164164
api_version: 4.0.1
165165
#api_snapshot_timestamp: 20150419.220130-443

roles/teams/templates/application.properties.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ldap.url=ldap://ldap.{{ base_domain }}:389
2525
ldap.base=dc=surfconext,dc=nl
2626
ldap.userDn={{ engine_ldap_bind_dn }}
2727
ldap.password={{ engine_ldap_password }}
28-
provision.users=true
28+
provision.users=false
2929

3030
#the stem name to find all groups
3131
defaultStemName=nl:surfnet:diensten

0 commit comments

Comments
 (0)