profile.d/01gnupg: Remove spurious initial `%' from `email' address.
[distorted-keys] / profile.d / 01gnupg
index 182769c..77f80b7 100644 (file)
@@ -100,12 +100,15 @@ realname = %{realname}
 comment = %{comment-nil}
 email = %{email}
 
-[gnupg]
-@include = %gnupg %asymmetric
+[gnupg-integrity]
+@include = %gnupg %asymmetric-integrity
+
+[gnupg-secrecy]
+@include = %gnupg %asymmetric-secrecy
 
 [%gnupg-infra]
 @include = %gnupg
 realname = $@name $%description
-email = %$%email-prefix$%tag@$%domain
+email = $%email-prefix$%tag@$%domain
 
 ;;;----- That's all, folks --------------------------------------------------