From 12a358912aba1aeb25f359bcf6900ae76a65d5b4 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Fri, 20 Feb 2015 10:55:47 -0800 Subject: [PATCH] Fix typo from #426 Too many `$`s --- manifests/conf.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.45.2