aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/binrepo.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-20 00:03:40 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-20 00:03:40 +0300
commit537a14a19d232672f15a41aa8b4e0423b2fb216e (patch)
tree01cdccef44da06300fbe57911966b78ee777afb3 /modules/buildsystem/manifests/var/binrepo.pp
parenta0621b95e1cdd3c87ff7eb8e25884d27f3938e4b (diff)
downloadpuppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.tar
puppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.tar.gz
puppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.tar.bz2
puppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.tar.xz
puppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.zip
lint fixes for buildsystem
Diffstat (limited to 'modules/buildsystem/manifests/var/binrepo.pp')
-rw-r--r--modules/buildsystem/manifests/var/binrepo.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/var/binrepo.pp b/modules/buildsystem/manifests/var/binrepo.pp
index 0b9c0f35..1431ed25 100644
--- a/modules/buildsystem/manifests/var/binrepo.pp
+++ b/modules/buildsystem/manifests/var/binrepo.pp
@@ -9,7 +9,7 @@ class buildsystem::var::binrepo(
$uploadmail_from,
$uploadmail_to
) {
- $repodir = "$homedir/data"
- $uploadinfosdir = "$homedir/infos"
+ $repodir = "${homedir}/data"
+ $uploadinfosdir = "${homedir}/infos"
$uploadbinpath = '/usr/local/bin/upload-bin'
}