Skip to content

Commit

Permalink
Refactored variables names
Browse files Browse the repository at this point in the history
  • Loading branch information
chebroluharika committed May 12, 2020
1 parent d69ad8a commit 8c8f9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demos/create_infrastructure_with_storage.pp
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,14 @@
[
{
id => 1,
networkUri => 'Test Puppet Network',
networkUri => 'Oneview_fc_network['Test Puppet Network Create']['data']['name']',
functionType => 'FibreChannel',
portId => 'Mezz 3:1',
requestedMbps => '2000'
},
{
id => 2,
networkUri => 'Test Puppet Network Create1',
networkUri => 'Oneview_fc_network['Test Puppet Network Create1']['data']['name']',
functionType => 'FibreChannel',
portId => 'Mezz 3:2',
requestedMbps => '2000'
Expand Down

0 comments on commit 8c8f9cb

Please sign in to comment.