summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
-rw-r--r--manifests/stages.pp2
2 files changed, 2 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 500ad77..9ea22a7 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -14,7 +14,5 @@
# Requires: nothing
#
class stdlib {
-
- class { 'stdlib::stages': }
-
+ include ::stdlib::stages
}
diff --git a/manifests/stages.pp b/manifests/stages.pp
index eb15fd6..7de254c 100644
--- a/manifests/stages.pp
+++ b/manifests/stages.pp
@@ -26,7 +26,7 @@
# Sample Usage:
#
# node default {
-# include stdlib
+# include ::stdlib
# class { java: stage => 'runtime' }
# }
#