README/LICENSE: Fix licensing.
[puppet-modules/puppetlabs-apt.git] / manifests / ppa.pp
index 7ec6b20375d37358a096fa7cc0765923fe78401f..f2629809e0c12d8aae499fc8d5b77dbeaf1b88a1 100644 (file)
@@ -67,6 +67,9 @@ define apt::ppa(
 
     file { "${sources_list_d}/${sources_list_d_filename}":
         ensure => 'absent',
+        mode   => '0644',
+        owner  => 'root',
+        gruop  => 'root',
         notify => Exec['apt_update'],
     }
   }