Package com.puppetlabs.geppetto.ruby

Examples of com.puppetlabs.geppetto.ruby.RubyHelper.loadSettings()


    helper.setUp();
    try {
      TargetEntry target = helper.loadDistroTarget(distroDir);

      // Load the variables in the settings:: namespace
      helper.loadSettings(target);

      // Load the default meta variables (available as local in every scope).
      helper.loadMetaVariables(target);
      helper.loadPuppetVariables(target);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.