Skip to content

Commit 95ff04c

Browse files
author
Peter Wang
committed
Address comments from internal
* Remove the license file * fix some typos
1 parent 5beb0ca commit 95ff04c

File tree

3 files changed

+8
-64
lines changed

3 files changed

+8
-64
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ build-iPhoneSimulator/
5050
.rvmrc
5151
# ide related
5252
.idea
53+
54+
# unity license file
55+
*.lic

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ puppet module install ".\dellemc-unity-x.y.z.tar.gz"
9393

9494
```puppet
9595
unity_system { 'FNM00150600267':
96-
ip => '10.245.101.35',
96+
ip => '10.245.101.39',
9797
user => 'admin',
9898
password => 'Password123!',
9999
ensure => present,
@@ -245,7 +245,7 @@ The password of Unity.
245245
##### `license_file`
246246
Optional.
247247

248-
THe absolute path of the license file.
248+
The absolute path of the license file.
249249

250250
If not specified when declaring a resource,
251251
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`.
432432

433433
##### `vlan`
434434

435-
Required
435+
Optional
436+
436437
The VLAN identifier for the iSCSI portal.
437438

438439
##### `gateway`
@@ -592,7 +593,7 @@ Default to `true`.
592593
##### `size`
593594
Required.
594595

595-
Specify LUN size in gagabyte.
596+
Specify LUN size in gigabyte.
596597

597598

598599
##### `pool`

examples/license-any-host-Merlin-ESSENTIAL.lic

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)