X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=7b960e71fe3d86f0c9eae62f50a14d8c37ec4779;hb=982d174bebad533fcc0998a120ef541263bfc53c;hp=ea1b878520d7540f5116e3827b9c8c5c95bfb341;hpb=373044350a9e4239c0fcd36eb5efcf8cc02754ae;p=dsa-puppet.git diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index ea1b8785..7b960e71 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -44,11 +44,11 @@ if restrict_ssh.include?(hostname) then ssh6allowed << "2001:41c8:1000:21::21:5" # adayevskaya end - if scope.function_has_role('static_master') then + if scope.function_has_role(['static_master']) then ssh4allowed << '$HOST_STATIC_V4' ssh6allowed << '$HOST_STATIC_V6' - elsif scope.function_has_role('static_source') or - scope.function_has_role('static_mirror') then + elsif scope.function_has_role(['static_source']) or + scope.function_has_role(['static_mirror']) then ssh4allowed << '$HOST_STATICMASTER_V4' ssh6allowed << '$HOST_STATICMASTER_V6' end