From: Daniel Lawrence Date: Wed, 19 Feb 2014 00:41:01 +0000 (+1100) Subject: Force owner and mode on ppa files X-Git-Tag: 1.5.0~35^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0bf44fc167405a6a0e6faae35f3fa4caa9ce8658;p=puppet-modules%2Fpuppetlabs-apt.git Force owner and mode on ppa files --- diff --git a/manifests/ppa.pp b/manifests/ppa.pp index 14fbbce..3c4dc31 100644 --- a/manifests/ppa.pp +++ b/manifests/ppa.pp @@ -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'], } }