diff options
author | Ralph Bean <rbean@redhat.com> | 2017-02-17 15:41:18 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-02-17 15:41:18 +0000 |
commit | f2dc7da16e24f33d0e73389ae3c8e952c5718247 (patch) | |
tree | 5f1d03e2a4a8ac84054191137d626898a11e26d4 | |
parent | 25aa2a6d166a99ab01dc6d2d1c78b9aa54ed6297 (diff) | |
download | ansible-f2dc7da16e24f33d0e73389ae3c8e952c5718247.tar.gz ansible-f2dc7da16e24f33d0e73389ae3c8e952c5718247.tar.xz ansible-f2dc7da16e24f33d0e73389ae3c8e952c5718247.zip |
Enable MBS scope in ipsilon staging.
-rw-r--r-- | roles/ipsilon/templates/configuration.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ipsilon/templates/configuration.conf b/roles/ipsilon/templates/configuration.conf index f789413b3..d37648bd8 100644 --- a/roles/ipsilon/templates/configuration.conf +++ b/roles/ipsilon/templates/configuration.conf @@ -25,7 +25,7 @@ global enabled=persona,openid,saml2,openidc {% if env == "production" %} openidc enabled extensions=fedora-account {% else %} -openidc enabled extensions=fedora-account +openidc enabled extensions=fedora-account,mbs {% endif %} {% if env == 'staging' %} |