You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Components that are not developed by Puppet (like ruby, curl, or openssl) are
29
29
built separately into a tarball and consumed here in the
30
30
[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
32
32
information and a full list of the vendored dependencies it provides.
33
33
34
34
pxp-agent is built separately into a tarball and consumed here in the
35
35
[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.
37
37
38
38
Runtime Requirements
39
39
---
@@ -47,7 +47,7 @@ for each desired package.
47
47
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`.
48
48
49
49
*`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)
51
51
*`file:///workspace/vanagon` - Absolute file path
52
52
*`file://../vanagon` - File path relative to the project directory
53
53
@@ -60,7 +60,7 @@ Building puppet-agent or the facter gem
60
60
If you wish to build puppet-agent yourself:
61
61
62
62
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
64
64
target platform and agent version.
65
65
2. Run `bundle install` to install required ruby dependencies.
66
66
3. Update the `location` and `version` in the [puppet-runtime
@@ -84,7 +84,7 @@ If you wish to build puppet-agent yourself:
84
84
the side of getting this work out in public rather than having everything
85
85
perfect. If you have your own mirror of the components of puppet-agent, you
5. Now use vanagon to build the puppet-agent. Run the following:
90
90
@@ -131,7 +131,7 @@ git commit -m "(maint) Restore promoted components refs after merge from stable"
131
131
132
132
Issues
133
133
---
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.
0 commit comments