From 6f8b78cc67e1b4ccb4b16b9264e0e6ae5313962f Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Tue, 24 May 2011 11:25:51 -0700 Subject: Add standard set of run stages. Many modules I'm working on need a standard but relatively granular location in the catalog. For example, any module that configures the packaging system should run "early" Add the following stages which have inter-dependencies in the top to bottom order listed: * setup * deploy * runtime * setup_infra * deploy_infra * main * setup_app * deploy_app --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index a3f2406..c804568 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,5 +13,6 @@ # [Remember: No empty lines between comments and class definition] class stdlib { + class { 'stdlib::stages': } } -- cgit v1.2.3