aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/softwarekey
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/softwarekey')
-rw-r--r--deployment/softwarekey/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/softwarekey/manifests/init.pp b/deployment/softwarekey/manifests/init.pp
index 765bdb83..8035de4c 100644
--- a/deployment/softwarekey/manifests/init.pp
+++ b/deployment/softwarekey/manifests/init.pp
@@ -13,7 +13,7 @@ class softwarekey {
}
gnupg::keys{ 'software':
- email => "software@$::domain",
+ email => "software@${::domain}",
#FIXME there should be a variable somewhere to change the
# name of the distribution
key_name => 'Mageia Software',