aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet/modules/hadoop_pig/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop-deploy/puppet/modules/hadoop_pig/manifests/init.pp')
-rw-r--r--bigtop-deploy/puppet/modules/hadoop_pig/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-deploy/puppet/modules/hadoop_pig/manifests/init.pp b/bigtop-deploy/puppet/modules/hadoop_pig/manifests/init.pp
index 9582ffd0..49f871e5 100644
--- a/bigtop-deploy/puppet/modules/hadoop_pig/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/hadoop_pig/manifests/init.pp
@@ -17,7 +17,7 @@ class hadoop_pig {
class deploy ($roles) {
if ("pig-client" in $roles) {
- include client
+ include hadoop_pig::client
}
}