From: intrigeri Date: Thu, 3 Jan 2013 18:57:44 +0000 (+0100) Subject: Fix overzealous linting. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1fe1fe66c3f75987833756ff22427af4821b3700;p=puppet-apt.git Fix overzealous linting. We do want to see \n expanded in this string. --- diff --git a/manifests/cron/dist_upgrade.pp b/manifests/cron/dist_upgrade.pp index a880a66..74403bb 100644 --- a/manifests/cron/dist_upgrade.pp +++ b/manifests/cron/dist_upgrade.pp @@ -19,7 +19,7 @@ dist-upgrade -y -o APT::Get::Show-Upgraded=true -o 'DPkg::Options::=--force-conf } file { '/etc/cron-apt/config.d/MAILON': - content => 'MAILON=upgrade\n', + content => "MAILON=upgrade\n", owner => root, group => 0, mode => '0644',