From e3c732500a2913b1f5307e660d442e93b1c983ab Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Thu, 19 Nov 2020 15:53:21 +0400 Subject: [PATCH] Define Kerberos 5 stack on ALT p9 --- deploy_samba.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy_samba.groovy b/deploy_samba.groovy index a4f4fc6..4b841c3 100644 --- a/deploy_samba.groovy +++ b/deploy_samba.groovy @@ -9,7 +9,8 @@ def stacks = ['samba-1x3', 'samba-sisyphus-1x3-pub', 'samba-sisyphus-3x3-pub', 'samba-sisyphus-3x3', - 'krb5-sisyphus-1x1'] + 'krb5-sisyphus-1x1', + 'krb5-9-1x1'] def infraRepo = 'https://github.com/altlinuxteam/infra.git' def infraBranch = 'master' def confRepo = 'http://gogs.srt/BaseALT/infra-conf.git'