From: Simon Ruderich Date: Sun, 9 May 2021 10:31:08 +0000 (+0200) Subject: config: rewrap line in ResolveHostGroups() X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=commitdiff_plain;h=e452996e2008d438aa68dedbd206525f507b73d3 config: rewrap line in ResolveHostGroups() --- diff --git a/cmd/safcm/config/groups.go b/cmd/safcm/config/groups.go index a1dd83a..571f19b 100644 --- a/cmd/safcm/config/groups.go +++ b/cmd/safcm/config/groups.go @@ -128,8 +128,7 @@ func LoadGroups(cfg *Config, hosts *Hosts) (map[string][]string, error) { return groups, nil } -func ResolveHostGroups(host string, - groups map[string][]string, +func ResolveHostGroups(host string, groups map[string][]string, detectedGroups []string) ([]string, error) { const maxDepth = 100