From 537a14a19d232672f15a41aa8b4e0423b2fb216e Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 00:03:40 +0300 Subject: lint fixes for buildsystem --- modules/buildsystem/manifests/signbot.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/buildsystem/manifests/signbot.pp') diff --git a/modules/buildsystem/manifests/signbot.pp b/modules/buildsystem/manifests/signbot.pp index 6d91ddd6..f41254a4 100644 --- a/modules/buildsystem/manifests/signbot.pp +++ b/modules/buildsystem/manifests/signbot.pp @@ -21,7 +21,7 @@ class buildsystem::signbot { content => template('buildsystem/signbot/sudoers.signpackage') } - file { "$home_dir/.rpmmacros": + file { "${home_dir}/.rpmmacros": source => 'puppet:///modules/buildsystem/signbot/signbot-rpmmacros', } -- cgit v1.2.1