On Fri, 10 Aug 2012 10:07:34 +0200 (CEST) davidlee wrote:
n> Mark: Thanks. But why not do both reload and restart? They have different
semantics; they offer different appropriateness towards different behaviours.
I agree, reload and restart should both be provided. Here's the
standard Apach
Forum: CFEngine Help
Subject: Re: CFEngine Help: Service promises and reload
Author: toddnni
Link to topic: https://cfengine.com/forum/read.php?3,26901,27007#msg-27007
Mark: thanks for the change.
Davidlee: that is a good point, but restart option is all I need currently
Forum: CFEngine Help
Subject: Re: CFEngine Help: Service promises and reload
Author: davidlee
Link to topic: https://cfengine.com/forum/read.php?3,26901,27004#msg-27004
Mark: Thanks. But why not do both reload and restart? They have different
semantics; they offer different appropriateness
Forum: CFEngine Help
Subject: Re: CFEngine Help: Service promises and reload
Author: mark
Link to topic: https://cfengine.com/forum/read.php?3,26901,27003#msg-27003
Just added the option "restart" (more consistent with the nomenclature than
reload) to the services promises, master
Forum: CFEngine Help
Subject: Re: CFEngine Help: Service promises and reload
Author: davidlee
Link to topic: https://cfengine.com/forum/read.php?3,26901,26908#msg-26908
A very definite "+1" on this request!
Just over a year ago, as I was getting our local cfengine-3 config devel
Forum: CFEngine Help
Subject: Re: CFEngine Help: Service promises and reload
Author: toddnni
Link to topic: https://cfengine.com/forum/read.php?3,26901,26903#msg-26903
Let's take this as a starting point
bundle agent configure_ssh(yesno) {
vars:
any::
"sshd_vars"
On Sat, 4 Aug 2012 15:34:01 +0200 (CEST) toddnni wrote:
n> In my opinion "services:" promises are an elegant way to abstract
n> multiple "processes:" and "commands:" promises in one promise. However
n> current "service_policy =>" options are start, stop or disable, and I
n> think that there shou
Forum: CFEngine Help
Subject: Service promises and reload
Author: toddnni
Link to topic: https://cfengine.com/forum/read.php?3,26899,26899#msg-26899
Greetings
In my opinion "services:" promises are an elegant way to abstract multiple
"processes:" and "commands:" promises in one promise. However