]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Fix overzealous linting.
authorintrigeri <intrigeri@boum.org>
Thu, 3 Jan 2013 18:57:44 +0000 (19:57 +0100)
committerintrigeri <intrigeri@boum.org>
Thu, 3 Jan 2013 18:57:44 +0000 (19:57 +0100)
We do want to see \n expanded in this string.

manifests/cron/dist_upgrade.pp

index a880a665e52c28f0bf794cc8756ce11e326f616e..74403bb7a2ad685433171d27ff6663b72109071d 100644 (file)
@@ -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',