X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=f6647dfe76b1021e645871711d6a8e9a11b6af57;hb=6b5e4d1790022b3389702ebc3d4b63fe9e186888;hp=c5ed3a640289d30b1362e1b5a789fc1645e9fb68;hpb=3d25c08ec1745466dea99b121cfef72f8255cfe3;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/source.pp b/manifests/source.pp index c5ed3a6..f6647df 100644 --- a/manifests/source.pp +++ b/manifests/source.pp @@ -44,7 +44,7 @@ define apt::source( owner => root, group => root, mode => '0644', - content => template("${module_name}/source.list.erb"), + content => template('apt/_header.erb', 'apt/source.list.erb'), notify => Exec['apt_update'], }