Skip to content

Commit

Permalink
Merge pull request #293 from Poil/fix_puppetlint
Browse files Browse the repository at this point in the history
Fix puppetlint
  • Loading branch information
bastelfreak authored Apr 11, 2017
2 parents 6ba456a + 2617154 commit 3117e9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@

if $manage_package_repo {
include $repo_class
anchor { '::nodejs::begin': } ->
Class[$repo_class] ->
Class['::nodejs::install'] ->
anchor { '::nodejs::end': }
anchor { '::nodejs::begin': }
-> Class[$repo_class]
-> Class['::nodejs::install']
-> anchor { '::nodejs::end': }
}
}

0 comments on commit 3117e9d

Please sign in to comment.