From 868421bf16ffbc06f65278948997c73ad959ee5d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 30 Nov 2012 10:01:37 +0100 Subject: [PATCH] Update examples to match new parameters Signed-off-by: Nico Schottelius --- cdist/conf/type/__jail/man.text | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cdist/conf/type/__jail/man.text b/cdist/conf/type/__jail/man.text index 48794637..b439e0f5 100644 --- a/cdist/conf/type/__jail/man.text +++ b/cdist/conf/type/__jail/man.text @@ -77,8 +77,8 @@ __jail www --state present --ip "192.168.1.2" --jailbase /my/jail/base.tgz # Remove the jail called www __jail www --state absent --jailbase /my/jail/base.tgz -# Ensure that the jail called www is started -__jail www --state present --started \ +# The jail www should not be started +__jail www --state present --stopped \ --ip "192.168.1.2 netmask 255.255.255.0" \ --jailbase /my/jail/base.tgz @@ -88,7 +88,7 @@ __jail thisjail --state present --name www \ --jailbase /my/jail/base.tgz # Go nuts -__jail lotsofoptions --state present --name testjail --started \ +__jail lotsofoptions --state present --name testjail \ --ip "192.168.1.100 netmask 255.255.255.0" \ --hostname "testjail.example.com" --interface "em0" \ --onboot --jailbase /my/jail/base.tgz --jaildir /jails