Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / manifests / stages.pp
index 7de254c..63297fb 100644 (file)
@@ -1,10 +1,11 @@
-# Class: stdlib::stages
-#
-# This class manages a standard set of run stages for Puppet. It is managed by
-# the stdlib class, and should not be declared independently.
+# @summary
+#   This class manages a standard set of run stages for Puppet. It is managed by
+#   the stdlib class, and should not be declared independently.
 #
+# Declares various run-stages for deploying infrastructure,
+# language runtimes, and application layers.
+# 
 # The high level stages are (in order):
-#
 #  * setup
 #  * main
 #  * runtime
 #  * deploy_app
 #  * deploy
 #
-# Parameters: none
-#
-# Actions:
-#
-#   Declares various run-stages for deploying infrastructure,
-#   language runtimes, and application layers.
-#
-# Requires: nothing
-#
-# Sample Usage:
-#
-#  node default {
-#    include ::stdlib
-#    class { java: stage => 'runtime' }
-#  }
+# @example
+#   node default {
+#     include ::stdlib
+#     class { java: stage => 'runtime' }
+#   }
 #
 class stdlib::stages {