Skip to content

Commit a39d84e

Browse files
committed
Merge branch 'master' of https://github.com/cfengine/design-center into cleanup/dclib/tzconfig
2 parents a91d72e + d729b63 commit a39d84e

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

sketches/cfsketches.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

sketches/system/logrotate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: cfdc, logrotate
55
Authors: Jon Henrik Bjornstad <[email protected]>
66

77
## Description
8-
Sets defaults and user permissions in the sudoers file
8+
Configure the LogRotate daemon
99

1010
## Dependencies
1111
CFEngine::dclib, CFEngine::stdlib

sketches/system/logrotate/sketch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"metadata":
99
{
1010
"name": "System::Logrotate",
11-
"description": "Sets defaults and user permissions in the sudoers file",
11+
"description": "Configure the LogRotate daemon",
1212
"version": 1.00,
1313
"license": "MIT",
1414
"tags": [ "cfdc", "logrotate" ],

sketches/system/routes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: cfdc, routes, iptables
55
Authors: Jon Henrik Bjornstad <[email protected]>
66

77
## Description
8-
Sets defaults and user permissions in the sudoers file
8+
Sets default network routes
99

1010
## Dependencies
1111
CFEngine::dclib, CFEngine::stdlib

sketches/system/routes/sketch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"metadata":
99
{
1010
"name": "System::Routes",
11-
"description": "Sets defaults and user permissions in the sudoers file",
11+
"description": "Sets default network routes",
1212
"version": 1.00,
1313
"license": "MIT",
1414
"tags": [ "cfdc", "routes", "iptables" ],

sketches/system/tzconfig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Authors: Nick Anderson <[email protected]>, Ted Zlatanov <[email protected]>
88
Manage system timezone configuration
99

1010
## Dependencies
11-
CFEngine::dclib, CFEngine::stdlib
11+
CFEngine::dclib
1212

1313
## API
1414
### bundle: set

tools/cf-sketch/perl-lib/Parser/Commands/12list.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'list_activations',
2727
],
2828
[
29-
'-list [-v] params [REGEX|all]',
29+
'-list [-v] paramsets [REGEX|all]',
3030
'List defined parameter sets. If REGEX is given, only list sets that match it (either in the set name or the sketch name to which they correspond). Use -v to show the values in each parameter set.',
3131
'(?:(-v)\b\s*)?param\S*(?:\s+(.*))?',
3232
'list_params',
@@ -50,7 +50,7 @@
5050
'list_all',
5151
],
5252
[
53-
'list [-v] [sketches|params|activations|environments|validations] [REGEX|all]',
53+
'list [-v] [sketches|paramsets|activations|environments|validations] [REGEX|all]',
5454
'List defined sketches, parameter sets, activations, environments or validations (sketches is the default). If REGEX is given, only list those that match it. Use -v to show detailed information.',
5555
'(?:(-v)\b\s*)?(?:sketch\S*\b\s*)?(.*)',
5656
'list_sketches',

tools/cf-sketch/perl-lib/Parser/Commands/16remove.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'remove' =>
3232
[
3333
[
34-
'remove params PARAMSET|all ...',
34+
'remove paramset PARAMSET|all ...',
3535
'Undefine the given parameter sets. Use "all" to remove all of them.',
3636
'param\S*\s+(.*)',
3737
'remove_params',

tools/cf-sketch/perl-lib/Parser/Commands/17define.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[
1818
'define paramset SKETCH [ PARAMSET [FILE.json] ]',
1919
'Create a new parameter set for SKETCH named PARAMSET using the parameters from FILE.json, or interactively if the file is ommitted. If PARAMSET is omitted, a name is automatically generated.',
20-
'param(?:set|eters|eterset)?\s+(\S+)\s*(?:\s+(\S+)(?:\s+(\S+))?)?',
20+
'param\S*\s+(\S+)\s*(?:\s+(\S+)(?:\s+(\S+))?)?',
2121
'define_params'
2222
],
2323
[

0 commit comments

Comments
 (0)