Skip to content

Commit

Permalink
Merge pull request #189 from voxpupuli/fix/ex-lint
Browse files Browse the repository at this point in the history
fix(examples) puppet lint complains about relative names
  • Loading branch information
juniorsysadmin committed Jan 7, 2016
2 parents 3b34d5f + 98fcf6e commit 4176db9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/init.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ::nodejs
2 changes: 1 addition & 1 deletion tests/npm.pp → examples/npm.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include 'nodejs'
include '::nodejs'

nodejs::npm { 'express|/tmp/npm':
ensure => '2.5.9',
Expand Down
1 change: 0 additions & 1 deletion tests/init.pp

This file was deleted.

0 comments on commit 4176db9

Please sign in to comment.