forked from Controls/gitea-pages
replace puppet00 with puppet01
This commit is contained in:
@@ -11,7 +11,7 @@ workstations via sshfs.
|
||||
|
||||
The typical workflow would be:
|
||||
|
||||
#. user mounts the environment area (``puppet00:/envs`` on the puppet master) via sshfs on ``~/puppetenv``;
|
||||
#. user mounts the environment area (``puppet01:/envs`` on the puppet master) via sshfs on ``~/puppetenv``;
|
||||
#. user create a directory for the new environent (``mkdir ~/puppetenv/issue_x``);
|
||||
#. after a few seconds ``issue_x`` will be populated with a copy of the content of the the ``preprod`` environment with a proper git branch named ``issue_x``;
|
||||
#. user edits files in that directory;
|
||||
@@ -47,6 +47,6 @@ The file should be in the form of::
|
||||
|
||||
And should then be passed in the command like::
|
||||
|
||||
sshfs -o idmap=file,uidfile=/Users/talamoig/uidmap,nomap=ignore talamo_i@puppet00:/ ~/puppetenvs
|
||||
sshfs -o idmap=file,uidfile=/Users/talamoig/uidmap,nomap=ignore talamo_i@puppet01:/ ~/puppetenvs
|
||||
|
||||
|
||||
|
||||
@@ -164,9 +164,9 @@ Create locally a *keys* directory::
|
||||
|
||||
#> mkdir -p ~/eyaml/keys
|
||||
|
||||
Copy *puppet00:/etc/puppetlabs/keys/eyaml/public_key.pkcs7.pem* to the above folder. Alternatively, you can copy the above public key, which should be the same::
|
||||
Copy *puppet01:/etc/puppetlabs/keys/eyaml/public_key.pkcs7.pem* to the above folder. Alternatively, you can copy the above public key, which should be the same::
|
||||
|
||||
#> scp root@puppet00:/etc/puppetlabs/keys/eyaml/public_key.pkcs7.pem ~/eyaml/keys
|
||||
#> scp root@puppet01:/etc/puppetlabs/keys/eyaml/public_key.pkcs7.pem ~/eyaml/keys
|
||||
|
||||
Go to the *eyaml* directory::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user