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 String CONF_PP_FILE_LOCATION
           
static String HIERA_COMMON_FILE_LOCATION
           
static String HIERA_CONF_FILE_LOCATION
           
static Pattern MODULE_KEY_PATTERN
           
static String MODULE_SOURCE_SUBKEY
           
static String MODULES_DIR
           
static String PUPPET
           
static String PUPPET_HIERA_CLASSES
           
static String PUPPET_ORIGIN
           
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_ORIGIN

public static final String PUPPET_ORIGIN
See Also:
Constant Field Values

PUPPET_HIERA_CLASSES

public static final String PUPPET_HIERA_CLASSES
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

CONF_PP_FILE_LOCATION

public static final String CONF_PP_FILE_LOCATION
See Also:
Constant Field Values

HIERA_COMMON_FILE_LOCATION

public static final String HIERA_COMMON_FILE_LOCATION
See Also:
Constant Field Values

HIERA_CONF_FILE_LOCATION

public static final String HIERA_CONF_FILE_LOCATION
See Also:
Constant Field Values

MODULE_KEY_PATTERN

public static final Pattern MODULE_KEY_PATTERN
Constructor Detail

PuppetConstants

public PuppetConstants()


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