From e207f953ddbe99a5bc17667a8a4dced8b3d81a7f Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 16 Feb 2022 14:55:27 +0000 Subject: [PATCH] Update development.rst - updated location of the development envs --- admin-guide/puppet/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-guide/puppet/development.rst b/admin-guide/puppet/development.rst index 33ea1b3f..fee83abc 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:/srv/puppet/code/dev/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;