vmware-archive / app-manage

Repo for Application Runtime Management modules (puppet modules, chef recipes, etc)
BSD 2-Clause "Simplified" License
9 stars 13 forks source link

using a version other than 5.3 fails #2

Open MattMacGillivray opened 10 years ago

MattMacGillivray commented 10 years ago

If i specify vfabric v5.1, like this:

    class {'pivotal_repo':
            i_accept_eula => true,
            release => '5.1',
    }

Two problems occur:

  1. The repo urls in pivotal_repo/manifests/init.pp, line 51 and 52 are incorrect. They should be changed from http://packages.gopivotal.com/pub/rpm to http://repo.vmware.com/pub .
  2. There is no EULA script for a non 5.3 version:

Error: Could not find command '/etc/vmware/vfabric/vfabric-5.1-eula-acceptance.sh' Error: /Stage[main]/Pivotal_repo/Exec[vfabric-eula-acceptance]/returns: change from notrun to 0 failed: Could not find command '/etc/vmware/vfabric/vfabric-5.1-eula-acceptance.sh'

MattMacGillivray commented 10 years ago

i forked and fixed these issues, sent a pull request.