You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Ensures settings on a filesystem using the type & provider",
3
+
"input_method": "stdin",
4
+
"parameters": {
5
+
"fs_type": {
6
+
"description": "The file system type. eg. ext3.",
7
+
"type": "String"
8
+
},
9
+
"name": {
10
+
"description": "Fully qualified name",
11
+
"type": "String"
12
+
},
13
+
"mkfs_cmd": {
14
+
"description": "Command to use to create the file system. Defaults to mkswap for fs_type=swap, otherwise mkfs.{{fs_type}}",
15
+
"type": "Optional[String]"
16
+
},
17
+
"options": {
18
+
"description": "Params for the mkfs command. eg. -l internal,agcount=x",
19
+
"type": "Optional[String]"
20
+
},
21
+
"initial_size": {
22
+
"description": "Initial size of the filesystem, Used only for resource creation, when using this option Puppet will not manage or maintain the size. To resize filesystems see the size property. AIX only.",
23
+
"type": "Optional[String]"
24
+
},
25
+
"size": {
26
+
"description": "Configures the size of the filesystem. Supports filesystem resizing. The size will be rounded up to the nearest multiple of the partition size. AIX only.",
27
+
"type": "Optional[String]"
28
+
},
29
+
"ag_size": {
30
+
"description": "Specify the allocation group size in megabytes, AIX only.",
0 commit comments