summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a1d1020..8d8ae48 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -67,6 +67,6 @@ class ruby (
}
if $install_dev {
- include ruby::devel
+ ensure_packages($ruby_dev)
}
}