mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-04 19:37:49 +00:00
Removed unused file
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
package templates
|
||||
|
||||
const Security = `
|
||||
# Security ###############################################################################################
|
||||
Users : {{.Users}}
|
||||
Roles : {{.Roles}}
|
||||
Auth : {{.Auth}}
|
||||
SSL : {{.SSL}}
|
||||
Port : {{.Port}}
|
||||
Bind IP: {{.BindIP}}
|
||||
{{- if .WarningMsgs -}}
|
||||
{{- range .WarningMsgs }}
|
||||
{{ . }}
|
||||
{{end}}
|
||||
{{end }}
|
||||
`
|
Reference in New Issue
Block a user