X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=f6647dfe76b1021e645871711d6a8e9a11b6af57;hb=396e11af3a0ee7d0b5820a136bdb17f2ea4bf41b;hp=c5ed3a640289d30b1362e1b5a789fc1645e9fb68;hpb=958a0c175048b29d294313a653fb1f484c23f3cb;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'], }