Skip to content

Commit

Permalink
Merge pull request #227 from daniellawrence/file_perms_apt_ppa
Browse files Browse the repository at this point in the history
Force owner and mode on ppa files
  • Loading branch information
hunner committed Feb 25, 2014
2 parents 7875745 + 0bf44fc commit 4c9174e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/ppa.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@

file { "${sources_list_d}/${sources_list_d_filename}":
ensure => 'absent',
mode => '0644',
owner => 'root',
gruop => 'root',
notify => Exec['apt_update'],
}
}
Expand Down

0 comments on commit 4c9174e

Please sign in to comment.