backports.pp: correct example
[puppet-modules/puppetlabs-apt.git] / manifests / setting.pp
index 4729295d0d3e4fe84bef7667d1caa2bbf3c0108b..16124c31f51a2901986722e5d2a2c484908e0e42 100644 (file)
@@ -69,7 +69,6 @@ define apt::setting (
     ensure  => $ensure,
     owner   => 'root',
     group   => 'root',
-    mode    => '0644',
     content => $content,
     source  => $source,
     notify  => $_notify,