Commit beef8932cc03af3437610bf727c30888ff1f0158:
make links clickable
Branch: refs/heads/master Author: Sam Ruby <[email protected]> Committer: Sam Ruby <[email protected]> Pusher: rubys <[email protected]> ------------------------------------------------------------ DEPLOYMENT.md | +++++ ----- ------------------------------------------------------------ 10 changes: 5 additions, 5 deletions. ------------------------------------------------------------ diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index bb8a3b5..0b8de8b 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -9,16 +9,16 @@ The new VM is based on Ubuntu 14.04 (the current Whimsy is based on Ubuntu 12.04), and is more completely managed by Puppet. The puppet definition is contained in the following two files: - https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm2.apache.org.yaml + * https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm2.apache.org.yaml - https://github.com/apache/infrastructure-puppet/blob/deployment/modules/whimsy_server/manifests/init.pp + * https://github.com/apache/infrastructure-puppet/blob/deployment/modules/whimsy_server/manifests/init.pp Instructions: - https://github.com/rubys/puppet-kitchen#readme + * https://github.com/rubys/puppet-kitchen#readme - https://github.com/apache/infrastructure-puppet/blob/deployment/modules/vhosts_whimsy/README.md + * https://github.com/apache/infrastructure-puppet/blob/deployment/modules/vhosts_whimsy/README.md Workflow: - https://cwiki.apache.org/confluence/display/INFRA/Git+workflow+for+infrastructure-puppet+repo + * https://cwiki.apache.org/confluence/display/INFRA/Git+workflow+for+infrastructure-puppet+repo
