]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Use absolute class name in example
authorGarrett Honeycutt <github@garretthoneycutt.com>
Fri, 6 Nov 2015 17:19:21 +0000 (12:19 -0500)
committerGarrett Honeycutt <github@garretthoneycutt.com>
Fri, 6 Nov 2015 17:19:21 +0000 (12:19 -0500)
manifests/stages.pp

index eb15fd650d0bea3c8bbbdb54ff551e5c6f514bc5..7de254c7124df096100530f425ea99f2544d62d1 100644 (file)
@@ -26,7 +26,7 @@
 # Sample Usage:
 #
 #  node default {
-#    include stdlib
+#    include ::stdlib
 #    class { java: stage => 'runtime' }
 #  }
 #