org.apache.whirr.service.puppet
Class PuppetConstants

java.lang.Object
  extended by org.apache.whirr.service.puppet.PuppetConstants

public class PuppetConstants
extends Object


Field Summary
static Pattern MODULE_KEY_PATTERN
           
static String MODULE_SOURCE_SUBKEY
           
static String MODULES_DIR
           
static String PUPPET
           
static String PUPPET_ROLE_PREFIX
           
static String SITE_PP_FILE_LOCATION
           
 
Constructor Summary
PuppetConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUPPET

public static final String PUPPET
See Also:
Constant Field Values

PUPPET_ROLE_PREFIX

public static final String PUPPET_ROLE_PREFIX
See Also:
Constant Field Values

MODULE_SOURCE_SUBKEY

public static final String MODULE_SOURCE_SUBKEY
See Also:
Constant Field Values

MODULES_DIR

public static final String MODULES_DIR
See Also:
Constant Field Values

SITE_PP_FILE_LOCATION

public static final String SITE_PP_FILE_LOCATION
See Also:
Constant Field Values

MODULE_KEY_PATTERN

public static final Pattern MODULE_KEY_PATTERN
Constructor Detail

PuppetConstants

public PuppetConstants()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.