Merge branch 'master' of git.psi.ch:linux-infra/documentation

This commit is contained in:
2022-03-07 15:03:00 +01:00
7 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ workstations via sshfs.
The typical workflow would be:
#. user mounts the environment area (``puppet01:/envs/`` on the puppet master) via sshfs on ``~/puppetenv``;
#. user mounts the environment area (``puppet01:/envs/`` on the puppet master - this is the directory /srv/puppet/code/dev/envs on puppet01!) 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;