Skip to content

Commit

Permalink
fix indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed Sep 24, 2020
1 parent 1b4ad9e commit def5c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/enclosure.pp
Expand Up @@ -56,9 +56,9 @@
}

oneview_enclosure{'Enclosure Found':
ensure => 'found',
ensure => 'found',
require => Oneview_enclosure['Enclosure Update'],
data => {
data => {
name => $enc_name,
# licensingIntent => 'OneView'
}
Expand Down
4 changes: 2 additions & 2 deletions examples/enclosure_group.pp
Expand Up @@ -90,9 +90,9 @@
}

oneview_enclosure_group{'Enclosure Group Delete':
ensure => 'absent',
ensure => 'absent',
# require => Oneview_enclosure_group['Enclosure Group Get Script'],
data => {
data => {
name => $eg_name
}
}

0 comments on commit def5c3f

Please sign in to comment.