Skip to content

Commit

Permalink
Update tests for Puppet 5
Browse files Browse the repository at this point in the history
Updated the define tests for Puppet 5, integrated puppet_rspec_facts
into the define tests, and ensured that unit coverage tested all
resources and defined resources at least once
  • Loading branch information
dhollinger committed Jul 2, 2017
1 parent c0f9f35 commit 1296143
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 236 deletions.
2 changes: 1 addition & 1 deletion manifests/mount.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
Array $mapcontents = [],
Boolean $replace = true
) {
include 'autofs'
include '::autofs'

if $mapfile.is_a(Autofs::Mapentry) and $mapfile_manage {
fail("Parameter 'mapfile_manage' must be false for complicated 'mapfile' ${mapfile}")
Expand Down
Loading

0 comments on commit 1296143

Please sign in to comment.