diff --git a/admin-guide/deployment/sample.rst b/admin-guide/deployment/sample.rst index 9f2c543f..2f491264 100644 --- a/admin-guide/deployment/sample.rst +++ b/admin-guide/deployment/sample.rst @@ -13,7 +13,7 @@ The informations we need are: - static or dynamic IP: ``static`` - the OS installer: ``rhel79server`` - the server role: ``role::logging_server`` - - the server environment in puppet: ``production`` + - the server environment in puppet: ``prod`` - the sysdb environment: ``daas`` - optional the group inside the sysdb environment (``default`` if not specified): ``logging`` @@ -51,7 +51,7 @@ And which installer is used: :: And we finally setup the puppet role and puppet environment: :: bob node set-attr syslog-ra.psi.ch puppet_role=role::log_server - bob node set-attr syslog-ra.psi.ch puppet_env=production + bob node set-attr syslog-ra.psi.ch puppet_env=prod bob node set-attr syslog-ra.psi.ch puppet_group=logging