diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-20 00:03:40 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-20 00:03:40 +0300 |
commit | 537a14a19d232672f15a41aa8b4e0423b2fb216e (patch) | |
tree | 01cdccef44da06300fbe57911966b78ee777afb3 /modules/buildsystem/manifests/var/maintdb.pp | |
parent | a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b (diff) | |
download | puppet-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/maintdb.pp')
-rw-r--r-- | modules/buildsystem/manifests/var/maintdb.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/var/maintdb.pp b/modules/buildsystem/manifests/var/maintdb.pp index 537489af..0c3562a1 100644 --- a/modules/buildsystem/manifests/var/maintdb.pp +++ b/modules/buildsystem/manifests/var/maintdb.pp @@ -4,7 +4,7 @@ class buildsystem::var::maintdb( $homedir = '/var/lib/maintdb' ) { include buildsystem::var::webstatus - $dbdir = "$homedir/db" + $dbdir = "${homedir}/db" $binpath = '/usr/local/sbin/maintdb' $dump = "${buildsystem::var::webstatus::location}/data/maintdb.txt" $unmaintained = "${buildsystem::var::webstatus::location}/data/unmaintained.txt" |