Skip to content

Commit

Permalink
stragglers
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz committed Jul 22, 2024
1 parent e0120d0 commit 027081b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion providers/arista/resources/arista.lr
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ arista.eos.runningConfig.section {
arista.eos.user @defaults("name privilege") {
// The name of the user
name string
// Indicates if the user is able to authenticate without a password
// Whether the user can authenticate without a password
privilege string
// User's assigned role
role string
Expand Down
8 changes: 4 additions & 4 deletions providers/vcd/resources/vcd.lr
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ private vcd.vm @defaults("name") {
vcd.serverInstance {
// Name of vCenter server
name string
// Indicates if vCenter server is busy
// Whether vCenter server is busy
isBusy bool
// Indicates if vCenter server is enabled
// Whether vCenter server is enabled
isEnabled bool
// Indicates if vCenter server is supported
// Whether vCenter server is supported
isSupported bool
// vCenter listener state
listenerState string
Expand Down Expand Up @@ -264,7 +264,7 @@ vcd.vdc {
usedNetworkCount int
// Quota of VMs that can be created in this VDC
vmQuota int
// Indicates if VDC is enabled for use
// Whether VDC is enabled
isEnabled bool
}

Expand Down

0 comments on commit 027081b

Please sign in to comment.