Remove last traces of puppet-archive dep 01/61501/2
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 10 Aug 2017 14:22:27 +0000 (10:22 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Thu, 10 Aug 2017 14:39:49 +0000 (10:39 -0400)
We were using this to do straight-from-tarball installs to provide
non-RPM-OS support before we had .debs. When we added .debs, we removed
the ability to install from tarballs, which makes this unnecessary.

Change-Id: Iafb586648c57d1c1aed7f9d0f8e669a367f67fd4
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
.fixtures.yml
metadata.json
spec/spec_helper.rb

index 50e86add934a27382a129c059d9b590675809309..0ac27cd39cdc79ec1c831900ebbeb400827baae2 100644 (file)
@@ -5,7 +5,6 @@ fixtures:
     apt:
       repo: "https://github.com/puppetlabs/puppetlabs-apt.git"
       ref: "2.4.0"
-    archive: "https://github.com/dfarrell07/puppet-archive"
     java: "https://github.com/puppetlabs/puppetlabs-java"
   symlinks:
     opendaylight: "#{source_dir}"
index c38bde1d4bbe96eb313b1887f158d041edcd7bf4..3974b227b36676209c874f09cb708865ef2a1349 100644 (file)
             "name": "puppetlabs-stdlib",
             "version_requirement": "4.x"
         },
-        {
-            "name": "camptocamp-archive",
-            "version_requirement": "0.x"
-        },
         {
             "name": "puppetlabs-java",
             "version_requirement": "1.x"
index a2dad80dcf48ed1f864c3bf46a4ae0bd3c45aea5..2f9b7bf1594338a41d3a71533e8499ad662e6b42 100644 (file)
@@ -8,16 +8,10 @@ custom_filters = [
   'Anchor[java::end]',
   'Stage[setup]',
   'Anchor[java::begin:]',
-  'Archive::Download[opendaylight.tar.gz]',
-  'Archive::Download[opendaylight-systemd.tar.gz]',
-  'Archive::Extract[opendaylight]',
-  'Archive::Extract[opendaylight-systemd]',
   'Class[Java::Config]',
   'Class[Java::Params]',
   'Class[Stdlib::Stages]',
   'Class[Stdlib]',
-  'Exec[download archive opendaylight.tar.gz and check sum]',
-  'Exec[download archive opendaylight-systemd.tar.gz and check sum]',
   'Exec[opendaylight unpack]',
   'Exec[opendaylight-systemd unpack]',
   'Exec[rm-on-error-opendaylight.tar.gz]',