From 619076bd2da618d51c7a95afd8adcd5a009a0f5a Mon Sep 17 00:00:00 2001 From: Daniel Heule Date: Wed, 12 Mar 2014 20:16:33 +0100 Subject: [PATCH] corrected a small relict in example --- cdist/conf/type/__key_value/man.text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__key_value/man.text b/cdist/conf/type/__key_value/man.text index bbfd4d48..cf779037 100644 --- a/cdist/conf/type/__key_value/man.text +++ b/cdist/conf/type/__key_value/man.text @@ -70,7 +70,7 @@ __key_value my-fancy-id --file /etc/login.defs --key SYS_UID_MAX --value 666 \ # Enable packet forwarding __key_value net.ipv4.ip_forward --file /etc/sysctl.conf --value 1 \ - --delimiter ' = ' --comment_line '# my linux kernel should act as a router' + --delimiter ' = ' --comment '# my linux kernel should act as a router' # Remove existing key/value __key_value LEGACY_KEY --file /etc/somefile --state absent --delimiter '='