Skip to content

Commit

Permalink
Merge pull request #38 from HAIL9000/maint/master/update_lint_issue_t…
Browse files Browse the repository at this point in the history
…est_file

(maint) Fix indentation error in test file
  • Loading branch information
bmjen authored Sep 28, 2016
2 parents 0f3b316 + 6b9f337 commit a2c8c2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/hocon_setting.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
}

hocon_setting { 'sample setting2':
ensure => present,
path => '/tmp/foo.conf',
setting => 'bar.barsetting',
value => 'BAR!',
require => Hocon_setting['sample setting'],
ensure => present,
path => '/tmp/foo.conf',
setting => 'bar.barsetting',
value => 'BAR!',
require => Hocon_setting['sample setting'],
}

hocon_setting { 'sample setting3':
Expand Down

0 comments on commit a2c8c2e

Please sign in to comment.