From 26d77084ff44923011c5fcfa48f48a41a92f2683 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 23 May 2022 09:21:47 +0200 Subject: [PATCH] the main Puppet env is called 'prod' --- admin-guide/deployment/sample.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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