]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit
This switches us to doing a `test -s` instead of checking for the
authorAshley Penney <ashley.penney@puppetlabs.com>
Wed, 2 Oct 2013 17:56:06 +0000 (13:56 -0400)
committerAshley Penney <ashley.penney@puppetlabs.com>
Wed, 2 Oct 2013 18:46:00 +0000 (14:46 -0400)
commit2f9c16a2736e1de4eda3250984e2b1125efd849e
tree6e1672681aa6648e60caff3ef1fc2fe8f95c4325
parentbb5fcad1521cc3f7e1e583b00cf51ea225d10aee
This switches us to doing a `test -s` instead of checking for the
files existence as add-apt-repository --remove leaves a 0 byte file
behind instead of deleting everything properly.
manifests/ppa.pp
spec/defines/ppa_spec.rb
spec/system/apt_ppa_spec.rb