Skip to content

Commit 1f672ac

Browse files
committed
rename CPAN-API github org to metacpan
1 parent 0d66cd0 commit 1f672ac

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo is for building and running the [metacpan.org](https://metacpan.org) d
44

55
## Options
66

7-
1. [Virtual machine](https://github.com/CPAN-API/metacpan-developer) - strongly recommend for development and testing.
7+
1. [Virtual machine](https://github.com/metacpan/metacpan-developer) - strongly recommend for development and testing.
88

99
2. [Manual instructions](documentation/INSTALL_MANUALLY.md) - for new live servers
1010

@@ -25,18 +25,18 @@ which shows a very rough outline of how things are setup
2525

2626
## How hiera works:
2727
```
28-
21:20 < ranguard> https://github.com/CPAN-API/metacpan-puppet/blob/leo/puppet3/modules/facts/lib/facter/env.rb -
28+
21:20 < ranguard> https://github.com/metacpan/metacpan-puppet/blob/leo/puppet3/modules/facts/lib/facter/env.rb -
2929
to set an 'env' value
30-
21:21 < ranguard> https://github.com/CPAN-API/metacpan-puppet/blob/leo/puppet3/hiera.yaml sets the order config
30+
21:21 < ranguard> https://github.com/metacpan/metacpan-puppet/blob/leo/puppet3/hiera.yaml sets the order config
3131
files should be examined ( top overlaying data in the ones below )
3232
21:21 < ranguard> so common.yaml is the ground work, but there are customisations in:
33-
https://github.com/CPAN-API/metacpan-puppet/blob/leo/puppet3/hieradata/env/productions.yaml
33+
https://github.com/metacpan/metacpan-puppet/blob/leo/puppet3/hieradata/env/productions.yaml
3434
21:22 < ranguard> ^^ that is for all production servers
35-
21:22 < ranguard> https://github.com/CPAN-API/metacpan-puppet/blob/leo/puppet3/hieradata/nodes/bm-mc-02.yaml would
35+
21:22 < ranguard> https://github.com/metacpan/metacpan-puppet/blob/leo/puppet3/hieradata/nodes/bm-mc-02.yaml would
3636
be specifically for bm-mc-02 node
3737
21:23 < ranguard> the config files are EVERYTHING, there should be no specific logic in modules, they become dumb
38-
21:25 < ranguard> https://github.com/CPAN-API/metacpan-puppet/tree/leo/puppet3/manifests/site.pp is called, which
38+
21:25 < ranguard> https://github.com/metacpan/metacpan-puppet/tree/leo/puppet3/manifests/site.pp is called, which
3939
loads nodes/*.pp...
40-
21:25 < ranguard> https://github.com/CPAN-API/metacpan-puppet/blob/leo/puppet3/manifests/nodes/bm.pp - says if the
40+
21:25 < ranguard> https://github.com/metacpan/metacpan-puppet/blob/leo/puppet3/manifests/nodes/bm.pp - says if the
4141
hostname matches 'bm' then run a specific role and the rest comes from hiera
4242
```

documentation/INSTALL_MANUALLY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installing a server manually
22

3-
We strongly recommend using our [Virtual machine](https://github.com/CPAN-API/metacpan-developer) for all testing or development machines.
3+
We strongly recommend using our [Virtual machine](https://github.com/metacpan/metacpan-developer) for all testing or development machines.
44

55
# Install Debian stable (7.6)
66
Base iso from http://www.debian.org/distrib/
@@ -11,7 +11,7 @@ To do the pre-Puppet install in one step, run this command from somewhere other
1111
than /etc/puppet and then skip to the "To Run" section below:
1212

1313
aptitude install curl
14-
bash <(curl -s https://raw.github.com/CPAN-API/metacpan-puppet/master/init.sh)
14+
bash <(curl -s https://raw.github.com/metacpan/metacpan-puppet/master/init.sh)
1515

1616
You should of course go and read the script first!
1717

hieradata/common.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ metacpan::logstash::status: disabled
111111
metacpan::web::starman:
112112

113113
metacpan-web:
114-
git_source: 'https://github.com/CPAN-API/metacpan-web.git'
114+
git_source: 'https://github.com/metacpan/metacpan-web.git'
115115
git_revision: 'master'
116116
vhost_ssl_only: true
117117
vhost_bare: true
@@ -127,7 +127,7 @@ metacpan::web::starman:
127127
template: 'trailing_slash'
128128

129129
metacpan-api:
130-
git_source: 'https://github.com/CPAN-API/cpan-api.git'
130+
git_source: 'https://github.com/metacpan/cpan-api.git'
131131
git_revision: 'master'
132132
vhost_ssl: true
133133
vhost_bare: true
@@ -147,7 +147,7 @@ metacpan::web::starman:
147147
template: 'socket_io'
148148

149149
github-meets-cpan:
150-
git_source: 'https://github.com/CPAN-API/github-meets-cpan.git'
150+
git_source: 'https://github.com/metacpan/github-meets-cpan.git'
151151
git_revision: 'master'
152152
vhost_bare: true
153153
vhost_aliases:
@@ -203,7 +203,7 @@ metacpan::web::static:
203203
- 'vmbox.metacpan.org'
204204

205205
metacpan-explorer:
206-
git_source: 'https://github.com/CPAN-API/metacpan-explorer.git'
206+
git_source: 'https://github.com/metacpan/metacpan-explorer.git'
207207
git_revision: 'master'
208208
vhost_html: /home/%{hiera('metacpan::user')}/metacpan-explorer/build
209209
vhost_aliases:

init.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ if test -z "$VAGRANT_IS_PROVISIONING"; then
3030
# Clone the latest repo
3131
cd /etc
3232
rm -rf puppet
33-
git clone https://github.com/CPAN-API/metacpan-puppet.git ./puppet
33+
git clone https://github.com/metacpan/metacpan-puppet.git ./puppet
3434
mkdir -p /etc/puppet/files
3535

3636
fi
3737

3838
echo 'Now follow the rest of the steps from:'
39-
echo 'https://github.com/CPAN-API/metacpan-puppet/blob/master/documentation/INSTALL_FINALIZING.md'
39+
echo 'https://github.com/metacpan/metacpan-puppet/blob/master/documentation/INSTALL_FINALIZING.md'

modules/metacpan/manifests/gitrepo.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# www:
77
# enable_git_repo: true
88
# path: /home/%{hiera('metacpan::user')}/metacpan.org
9-
# source: 'https://github.com/CPAN-API/metacpan-web.git'
9+
# source: 'https://github.com/metacpan/metacpan-web.git'
1010
# revision: 'master' # optional
1111
# owner: 'metacpan' # default
1212
# group: 'metacpan' # default

modules/metacpan/manifests/system/swat.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
metacpan::gitrepo{ "gitrepo_${name}":
2323
enable_git_repo => true,
2424
path => $path,
25-
source => 'https://github.com/CPAN-API/metacpan-monitoring.git',
25+
source => 'https://github.com/metacpan/metacpan-monitoring.git',
2626
revision => $git_revision,
2727
owner => $owner,
2828
group => $group,

modules/metacpan_elasticsearch/manifests/instance.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545

4646

47-
# From: https://github.com/CPAN-API/metacpan-puppet/blob/36ea6fc4bacb457a03aa71343fee075a0f7feb97/modules/elasticsearch/templates/config/elasticsearch_yml.erb
47+
# From: https://github.com/metacpan/metacpan-puppet/blob/36ea6fc4bacb457a03aa71343fee075a0f7feb97/modules/elasticsearch/templates/config/elasticsearch_yml.erb
4848
# For 0.20.x installs
4949
$config_hash_old = {
5050
'network.host' => '127.0.0.1',

0 commit comments

Comments
 (0)