Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop dead bintray support #11

Merged
merged 9 commits into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
# Fixtures file for puppet_spec_helper in the task: rake spec
fixtures:
symlinks:
erlang: "#{source_dir}"
forge_modules:
apt: "puppetlabs/apt"
epel: "puppet/epel"
stdlib: "puppetlabs/stdlib"
yumrepo_core: "puppetlabs/yumrepo_core"
repositories:
apt: https://github.com/puppetlabs/puppetlabs-apt
epel: https://github.com/voxpupuli/puppet-epel
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,5 @@ See [REFERENCE](REFERENCE.md).

## Limitations

### Bintray repo_source on CentOS/RHEL

By default, CentOS/RHEL use the `packagecloud` repo source.

If one choose to use the `bintray` repo source, then the following "gotcha" should be noted.

The `bintray` erlang repository for CentOS/RHEL systems requires a `repo_version` parameter
that is the major version of erlang that the repository should be configured for.

Example:
```puppet
class { 'erlang':
repo_source => 'bintray',
repo_version => '23',
}
```
Bintray was supported as an upstream repository in the past. Since JFrog shut it
down and deleted the repositories, Bintray support was removed from this module.
Loading