diff --git a/admin-guide/puppet/development.rst b/admin-guide/puppet/development.rst index 295b4837..2eb7f661 100644 --- a/admin-guide/puppet/development.rst +++ b/admin-guide/puppet/development.rst @@ -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; diff --git a/index.md b/index.md index c3872fdd..24978a14 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,22 @@ Right now following people are on the list: - Konrad Bucheli This email list is administered by Outlook in the following way (if you have manager right): -[HowTo](pdf/HowToManageEmailList.pdf) + +- Open outlook and go to the address book + +![outlook_01.png](outlook_01.png) + +- Search for the PSI.Linux mailing list and double click + +![outlook_02.png](outlook_02.png) + +- Go to modify members (you only see this if you are a manager) + +![outlook_03.png](outlook_03.png) +- Click on Add and add a new email address + +![outlook_04.png](outlook_04.png) + ## Meetings diff --git a/outlook_01.png b/outlook_01.png new file mode 100644 index 00000000..159f38e4 Binary files /dev/null and b/outlook_01.png differ diff --git a/outlook_02.png b/outlook_02.png new file mode 100644 index 00000000..56b4b983 Binary files /dev/null and b/outlook_02.png differ diff --git a/outlook_03.png b/outlook_03.png new file mode 100644 index 00000000..f44f846a Binary files /dev/null and b/outlook_03.png differ diff --git a/outlook_04.png b/outlook_04.png new file mode 100644 index 00000000..b95ac4e7 Binary files /dev/null and b/outlook_04.png differ diff --git a/pdf/HowToManageEmailList.pdf b/pdf/HowToManageEmailList.pdf deleted file mode 100644 index f942bfa3..00000000 Binary files a/pdf/HowToManageEmailList.pdf and /dev/null differ