aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp')
-rw-r--r--bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp b/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp
index 98c6e8f3..9c231bc8 100644
--- a/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/zeppelin/manifests/init.pp
@@ -17,7 +17,7 @@ class zeppelin {
class deploy ($roles) {
if ('zeppelin-server' in $roles) {
- include server
+ include zeppelin::server
}
}