diff options
| author | Garrett Honeycutt <github@garretthoneycutt.com> | 2015-11-06 12:19:21 -0500 |
|---|---|---|
| committer | Garrett Honeycutt <github@garretthoneycutt.com> | 2015-11-06 12:19:21 -0500 |
| commit | dc9b81d87e0672ee3d39c2d7bfe14ba1c7793610 (patch) | |
| tree | 6bf1c63df58b5a2cc7946cc336760f9ee57279c7 | |
| parent | 5d8a5ac63130320252fcb53010fe13eb4c07963e (diff) | |
| download | puppet-stdlib-dc9b81d87e0672ee3d39c2d7bfe14ba1c7793610.tar.gz puppet-stdlib-dc9b81d87e0672ee3d39c2d7bfe14ba1c7793610.tar.bz2 | |
Use absolute class name in example
| -rw-r--r-- | manifests/stages.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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' } # } # |
