Don't pass options to ppa on lucid
authorHunter Haugen <hunter@puppetlabs.com>
Fri, 21 Feb 2014 00:43:48 +0000 (16:43 -0800)
committerHunter Haugen <hunter@puppetlabs.com>
Fri, 21 Feb 2014 00:43:48 +0000 (16:43 -0800)
commit904fb4a2937932b4e24b526583bd563ee549fb14
tree8e500cb553cf2a58bffa26dc71dc38df45f10643
parent296fdd217313b118cefb665d705e68456be0cbd6
Don't pass options to ppa on lucid

Lucid (10.04) has `add-apt-repository` but it doesn't accept any
options. The define defaulted to `-y` but this changes that on lucid.

This was made 7 months ago, so apparently no one cares about 10.04 any
more.
manifests/params.pp
manifests/ppa.pp
spec/acceptance/apt_ppa_spec.rb
spec/acceptance/nodesets/ubuntu-server-10044-x64.yml [new file with mode: 0644]
spec/spec_helper_acceptance.rb