Cleaned up unit tests.
[puppet-modules/puppetlabs-apt.git] / manifests / ppa.pp
index 27edff80b21864539f1ca9eb86cfa6cc0f2a8979..5f5c6ae57421993afa99705d3d63b6de081fd066 100644 (file)
@@ -69,9 +69,6 @@ define apt::ppa(
 
     file { "${sources_list_d}/${sources_list_d_filename}":
         ensure => 'absent',
-        mode   => '0644',
-        owner  => 'root',
-        group  => 'root',
         notify => Exec['apt_update'],
     }
   }