From: Morgan Haskel Date: Fri, 20 Feb 2015 18:55:47 +0000 (-0800) Subject: Fix typo from #426 X-Git-Tag: 2.0.0~41^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=12a358912aba1aeb25f359bcf6900ae76a65d5b4;p=puppet-modules%2Fpuppetlabs-apt.git Fix typo from #426 Too many `$`s --- diff --git a/manifests/conf.pp b/manifests/conf.pp index 40f9c40..0815937 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -4,7 +4,7 @@ define apt::conf ( $priority = '50' ) { - file { "${$apt::conf_d}/${priority}${name}": + file { "${apt::conf_d}/${priority}${name}": ensure => $ensure, content => template('apt/_header.erb', 'apt/conf.erb'), owner => root,