Skip to content

Commit

Permalink
Fixed tp::repo and tp::conf calls for custom data_module
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed May 3, 2016
1 parent 9d1a367 commit 2688013
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@
default => true,
}
tp::repo { $app:
enabled => $repo_enabled,
before => Package[$settings[package_name]],
enabled => $repo_enabled,
before => Package[$settings[package_name]],
data_module => $data_module,
}
}

Expand Down Expand Up @@ -232,6 +233,7 @@
settings_hash => $settings,
options_hash => $options_hash,
template => $test_template,
data_module => $data_module,
}
}

Expand Down

0 comments on commit 2688013

Please sign in to comment.