File tree Expand file tree Collapse file tree 3 files changed +8
-64
lines changed Expand file tree Collapse file tree 3 files changed +8
-64
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,6 @@ build-iPhoneSimulator/
50
50
.rvmrc
51
51
# ide related
52
52
.idea
53
+
54
+ # unity license file
55
+ * .lic
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ puppet module install ".\dellemc-unity-x.y.z.tar.gz"
93
93
94
94
``` puppet
95
95
unity_system { 'FNM00150600267':
96
- ip => '10.245.101.35 ',
96
+ ip => '10.245.101.39 ',
97
97
user => 'admin',
98
98
password => 'Password123!',
99
99
ensure => present,
@@ -245,7 +245,7 @@ The password of Unity.
245
245
##### ` license_file `
246
246
Optional.
247
247
248
- THe absolute path of the license file.
248
+ The absolute path of the license file.
249
249
250
250
If not specified when declaring a resource,
251
251
its value will default to the ` title ` of the resource.
@@ -432,7 +432,8 @@ It can be a address `255.255.255.0` or a length `24`.
432
432
433
433
##### ` vlan `
434
434
435
- Required
435
+ Optional
436
+
436
437
The VLAN identifier for the iSCSI portal.
437
438
438
439
##### ` gateway `
@@ -592,7 +593,7 @@ Default to `true`.
592
593
##### ` size `
593
594
Required.
594
595
595
- Specify LUN size in gagabyte .
596
+ Specify LUN size in gigabyte .
596
597
597
598
598
599
##### ` pool `
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments