Skip to content

Commit aa18d5e

Browse files
committed
doc: Update various puppet-03 references to puppet-04
1 parent aac615c commit aa18d5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/octodiff-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ g10k -puppetfile -quiet -cachedir=/infrastructure-puppet/vendor_modules/.g10kcac
1515
echo && \
1616
read -p \"PuppetDB Username: \" username && \
1717
read -p \"PuppetDB Password: \" -s password && \
18-
export PUPPETDB_URL=\"https://\$username:\$password@puppet-03.ops.jquery.net:8100/\" && \
18+
export PUPPETDB_URL=\"https://\$username:\$password@puppet-04.ops.jquery.net:8100/\" && \
1919
echo -e \"\nThe octocatalog-diff command is now ready for use!\n\" && \
2020
/bin/bash;"
2121

doc/access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ it.
3333
A [list] of all the host keys is also published, if you want tab
3434
completion.
3535

36-
[list]: https://puppet-03.ops.jquery.net/known_hosts
36+
[list]: https://4.ops.jquery.net/known_hosts
3737

3838
## SSH configuration
3939

doc/puppet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Alternatively, you can install octocatalog-diff yourself:
203203
```
204204
* Provide your username and passwowrd via the environment:
205205
```shell
206-
export PUPPETDB_URL="https://username:password@puppet-03.ops.jquery.net:8100/"
206+
export PUPPETDB_URL="https://username:password@puppet-04.ops.jquery.net:8100/"
207207
```
208208
* Then, run `g10k` once on the jquery/infrastructure-puppet directory, and
209209
then you can use the`octocatalog-diff` command like above.

0 commit comments

Comments
 (0)