Re: [systemd-devel] [PATCH] Add DEPLOYMENT to hostnamectl

2014-08-15 Thread Lennart Poettering
On Tue, 08.07.14 16:52, David Timothy Strauss (da...@davidstrauss.net) wrote: > As someone who deploys developer VMs and production ones, this is > useful. Will it be possible to make units have ConditionDeployment=? > That would allow disabling, say, pushes of log messages to our log > aggregatio

Re: [systemd-devel] [PATCH] Add DEPLOYMENT to hostnamectl

2014-07-08 Thread Jóhann B. Guðmundsson
On 07/08/2014 11:52 PM, David Timothy Strauss wrote: As someone who deploys developer VMs and production ones, this is useful. Will it be possible to make units have ConditionDeployment=? That would allow disabling, say, pushes of log messages to our log aggregation servers from development and

Re: [systemd-devel] [PATCH] Add DEPLOYMENT to hostnamectl

2014-07-08 Thread David Timothy Strauss
As someone who deploys developer VMs and production ones, this is useful. Will it be possible to make units have ConditionDeployment=? That would allow disabling, say, pushes of log messages to our log aggregation servers from development and testing deployments. ___

[systemd-devel] [PATCH] Add DEPLOYMENT to hostnamectl

2014-07-08 Thread Jóhann B . Guðmundsson
--- man/hostnamectl.xml| 14 + man/machine-info.xml | 17 +++- src/hostname/hostnamectl.c | 20 --- src/hostname/hostnamed.c | 50 +++--- 4 files changed, 94 insertions(+), 7 deletions(-) diff --git a/