From 799298d6513e7d40125c19d46578bb870d047db4 Mon Sep 17 00:00:00 2001 From: "Jóhann B. Guðmundsson" Date: Tue, 8 Jul 2014 21:26:05 +0000 Subject: Add DEPLOYMENT to hostnamectl [zj: remove the check against a fixed list of environments.] --- man/hostnamectl.xml | 21 +++++++++++++++++++++ man/machine-info.xml | 17 ++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index a158e67519..99f984f2ce 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -231,6 +231,27 @@ + + set-deployment ENVIRONMENT + + Set the deployment + environment description. + ENVIRONMENT + must be a single word without any + control characters. One of the + following is suggested: + development, + integration, + staging, + production. + + + Pass an empty string to reset to + the default empty value. + + + + diff --git a/man/machine-info.xml b/man/machine-info.xml index 244e9b69cf..a2ad4e6d11 100644 --- a/man/machine-info.xml +++ b/man/machine-info.xml @@ -157,6 +157,20 @@ available. + + DEPLOYMENT= + + Describes the system + deployment environment. One of the + following is suggested: + development, + integration, + staging, + production. + + + + @@ -166,7 +180,8 @@ PRETTY_HOSTNAME="Lennart's Tablet" ICON_NAME=computer-tablet -CHASSIS=tablet +CHASSIS=tablet +DEPLOYMENT=production -- cgit v1.2.3-54-g00ecf