Skip to content

Commit c569b3c

Browse files
authored
Merge pull request #17 from jaevans/update-readme-links
Update references to puppetlabs repos to point to openvox
2 parents 563e870 + f76d542 commit c569b3c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Overview
1212
---
1313
The puppet agent is a collection of software that is required for puppet and
1414
its dependencies to run. This includes
15-
[puppet](https://github.com/puppetlabs/puppet),
16-
[facter](https://github.com/puppetlabs/facter), and other Puppet software, but
15+
[puppet](https://github.com/OpenVoxProject/puppet),
16+
[facter](https://github.com/OpenVoxProject/facter), and other Puppet software, but
1717
also vendored dependencies like ruby, curl, openssl, and more.
1818

1919
This repository contains configuration to build puppet-agent and the facter gem
2020
for all of Puppet's supported platforms using
21-
[vanagon](https://github.com/puppetlabs/vanagon), a packaging utility.
21+
[vanagon](https://github.com/OpenVoxProject/vanagon), a packaging utility.
2222

2323
The full list of software components built into the puppet agent and the
2424
facter gem can be found in their [project definitions](configs/projects/), and
@@ -28,12 +28,12 @@ directory](configs/components/).
2828
Components that are not developed by Puppet (like ruby, curl, or openssl) are
2929
built separately into a tarball and consumed here in the
3030
[puppet-runtime](configs/components/puppet-runtime.rb) component. See the
31-
[puppet-runtime](https://github.com/puppetlabs/puppet-runtime) project for more
31+
[puppet-runtime](https://github.com/OpenVoxProject/puppet-runtime) project for more
3232
information and a full list of the vendored dependencies it provides.
3333

3434
pxp-agent is built separately into a tarball and consumed here in the
3535
[pxp-agent](configs/components/puppet-pxp-agent.rb) component. See the
36-
[pxp-agent-vanagon](https://github.com/puppetlabs/pxp-agent-vanagon) project for more information.
36+
[pxp-agent-vanagon](https://github.com/OpenVoxProject/pxp-agent-vanagon) project for more information.
3737

3838
Runtime Requirements
3939
---
@@ -47,7 +47,7 @@ for each desired package.
4747
The location of Vanagon in the Gemfile can be overridden with the environment variable `VANAGON_LOCATION`. Can be set prior to `bundle install` or updated with `bundle update`.
4848

4949
* `0.3.14` - Specific tag from the Vanagon git repo
50-
* `https://github.com/puppetlabs/vanagon#version` - Remote git location and version (can be a ref, branch or tag)
50+
* `https://github.com/OpenVoxProject/vanagon#version` - Remote git location and version (can be a ref, branch or tag)
5151
* `file:///workspace/vanagon` - Absolute file path
5252
* `file://../vanagon` - File path relative to the project directory
5353

@@ -60,7 +60,7 @@ Building puppet-agent or the facter gem
6060
If you wish to build puppet-agent yourself:
6161

6262
1. First, build the
63-
[puppet-runtime](https://github.com/puppetlabs/puppet-runtime) for your
63+
[puppet-runtime](https://github.com/OpenVoxProject/puppet-runtime) for your
6464
target platform and agent version.
6565
2. Run `bundle install` to install required ruby dependencies.
6666
3. Update the `location` and `version` in the [puppet-runtime
@@ -84,7 +84,7 @@ If you wish to build puppet-agent yourself:
8484
the side of getting this work out in public rather than having everything
8585
perfect. If you have your own mirror of the components of puppet-agent, you
8686
can also use a rewrite rule. See the [Vanagon
87-
README](https://github.com/puppetlabs/vanagon/blob/master/examples/projects/project.rb#L26)
87+
README](https://github.com/OpenVoxProject/vanagon/blob/master/examples/projects/project.rb#L48)
8888
for an example.
8989
5. Now use vanagon to build the puppet-agent. Run the following:
9090

@@ -131,7 +131,7 @@ git commit -m "(maint) Restore promoted components refs after merge from stable"
131131

132132
Issues
133133
---
134-
File issues in the [Puppet Agent (PA) project](https://tickets.puppet.com/browse/PA) on the Puppet Labs Jira site. Issues with individual components should be filed in their respective projects.
134+
File issues in the [Puppet Agent project](https://github.com/OpenVoxProject/openvox-agent) on Github. Issues with individual components should be filed in their respective projects.
135135

136136
License
137137
---

0 commit comments

Comments
 (0)