the main Puppet env is called 'prod'

This commit is contained in:
2022-05-23 09:21:47 +02:00
parent f810844a9d
commit 26d77084ff
+2 -2
View File
@@ -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