Skip to content

Instantly share code, notes, and snippets.

@blkperl
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save blkperl/1ca4aca97cb8e2a1e663 to your computer and use it in GitHub Desktop.

Select an option

Save blkperl/1ca4aca97cb8e2a1e663 to your computer and use it in GitHub Desktop.
# first attempt
Error: Evaluation Error: Error while evaluating a Function Call, Function include not defined despite being loaded! at /etc/puppet/environments/sage_manifest_squash/modules/internal/cecs/manifests/init.pp:65:3 on node yoruichi.cat.pdx.edu
# second attempt
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Unknown function: 'include'. at /etc/puppet/environments/sage_manifest_squash/modules/public/mysql/manifests/init.pp:115:3 on node yoruichi.cat.pdx.edu
/usr/lib/ruby/vendor_ruby/puppet/indirector/rest.rb:195:in `is_http_200?'
/usr/lib/ruby/vendor_ruby/puppet/indirector/rest.rb:101:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:201:in `find'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:256:in `block in retrieve_new_catalog'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:327:in `block in thinmark'
/usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:326:in `thinmark'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:255:in `retrieve_new_catalog'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:69:in `retrieve_catalog'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:109:in `prepare_and_retrieve_catalog'
/usr/lib/ruby/vendor_ruby/puppet/configurer.rb:172:in `run'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:44:in `block (4 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/agent/locker.rb:20:in `lock'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:44:in `block (3 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:114:in `with_client'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:41:in `block (2 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:79:in `run_in_fork'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:40:in `block in run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:179:in `call'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:179:in `controlled_run'
/usr/lib/ruby/vendor_ruby/puppet/agent.rb:38:in `run'
/usr/lib/ruby/vendor_ruby/puppet/application/agent.rb:355:in `onetime'
/usr/lib/ruby/vendor_ruby/puppet/application/agent.rb:321:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:364:in `block (2 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:470:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:364:in `block in run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:478:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:364:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:137:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:91:in `execute'
/usr/bin/puppet:4:in `<main>'
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
# master (second attempt)
Error: Evaluation Error: Unknown function: 'include'. at /etc/puppet/environments/sage_manifest_squash/modules/public/mysql/manifests/init.pp:115:3 on node yoruichi.cat.pdx.edu
/usr/lib/ruby/vendor_ruby/puppet/context.rb:56:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:234:in `override'
Error: Evaluation Error: Unknown function: 'include'. at /etc/puppet/environments/sage_manifest_squash/modules/public/mysql/manifests/init.pp:115:3 on node yoruichi.cat.pdx.edu
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/runtime3_support.rb:35:in `optionally_fail'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/runtime3_support.rb:17:in `fail'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/runtime3_support.rb:243:in `call_function'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:768:in `eval_CallNamedFunctionExpression'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `send'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `visit_this_1'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:84:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:638:in `eval_BlockExpression'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:638:in `each'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:638:in `eval_BlockExpression'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `send'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `visit_this_1'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:84:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/pops/parser/evaluating_parser.rb:182:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/pops_bridge.rb:27:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/resource/type.rb:122:in `evaluate_code'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:79:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:222:in `evaluate_classes'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:207:in `each'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:207:in `evaluate_classes'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions/include.rb:29:in `real_function_include'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:155:in `send'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:155:in `function_include'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
# Third attempt
Error: Evaluation Error: Unknown function: 'realize'. at /etc/puppet/environments/sage_manifest_squash/modules/public/amanda/manifests
/amandahosts.pp:9:3 on node yoruichi.cat.pdx.edu
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/runtime3_support.rb:35:in `optionally_fail'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/runtime3_support.rb:17:in `fail'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/runtime3_support.rb:243:in `call_function'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:768:in `eval_CallNamedFunctionExpression'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `send'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `visit_this_1'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:84:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:638:in `eval_BlockExpression'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:638:in `each'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:638:in `eval_BlockExpression'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `send'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `visit_this_1'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:84:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/pops/parser/evaluating_parser.rb:182:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/pops_bridge.rb:27:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/resource/type.rb:122:in `evaluate_code'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:79:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:352:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:351:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:350:in `each'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:350:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:349:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/util/errors.rb:62:in `exceptwrap'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:348:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:371:in `evaluate_generators'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:368:in `evaluate_generators'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:365:in `loop'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:365:in `evaluate_generators'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:126:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:126:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:56:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:234:in `override'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:106:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:23:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:95:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:93:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:161:in `benchmark'
/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:160:in `benchmark'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:92:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:52:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:201:in `find'
/usr/lib/ruby/vendor_ruby/puppet/network/http/api/v1.rb:105:in `do_find'
/usr/lib/ruby/vendor_ruby/puppet/network/http/api/v1.rb:50:in `send'
/usr/lib/ruby/vendor_ruby/puppet/network/http/api/v1.rb:50:in `call'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:56:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:234:in `override'
/usr/lib/ruby/vendor_ruby/puppet/network/http/api/v1.rb:49:in `call'
/usr/lib/ruby/vendor_ruby/puppet/network/http/route.rb:73:in `process'
/usr/lib/ruby/vendor_ruby/puppet/network/http/route.rb:72:in `each'
/usr/lib/ruby/vendor_ruby/puppet/network/http/route.rb:72:in `process'
/usr/lib/ruby/vendor_ruby/puppet/network/http/handler.rb:63:in `process'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/network/http/handler.rb:61:in `process'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick/rest.rb:31:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:36:in `listen'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `call'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:30:in `listen'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:29:in `initialize'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:29:in `new'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:29:in `listen'
/usr/lib/ruby/vendor_ruby/puppet/network/server.rb:27:in `start'
/usr/lib/ruby/vendor_ruby/puppet/daemon.rb:139:in `start'
/usr/lib/ruby/vendor_ruby/puppet/application/master.rb:284:in `start_webrick_master'
/usr/lib/ruby/vendor_ruby/puppet/application/master.rb:200:in `main'
/usr/lib/ruby/vendor_ruby/puppet/application/master.rb:160:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:371:in `run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:479:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:371:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:479:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:371:in `run'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:56:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:234:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:361:in `run'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:56:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:234:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:356:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:137:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:91:in `execute'
/usr/bin/puppet:4
Error: Evaluation Error: Unknown function: 'realize'. at /etc/puppet/environments/sage_manifest_squash/modules/public/amanda/manifests/amandahosts.pp:9:3 on node yoruichi.cat.pdx.edu
Error: Evaluation Error: Unknown function: 'realize'. at /etc/puppet/environments/sage_manifest_squash/modules/public/amanda/manifests
/amandahosts.pp:9:3 on node yoruichi.cat.pdx.edu
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/runtime3_support.rb:35:in `optionally_fail'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/runtime3_support.rb:17:in `fail'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/runtime3_support.rb:243:in `call_function'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:768:in `eval_CallNamedFunctionExpression'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `send'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `visit_this_1'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:84:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:638:in `eval_BlockExpression'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:638:in `each'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:638:in `eval_BlockExpression'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `send'
/usr/lib/ruby/vendor_ruby/puppet/pops/visitor.rb:64:in `visit_this_1'
/usr/lib/ruby/vendor_ruby/puppet/pops/evaluator/evaluator_impl.rb:84:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/pops/parser/evaluating_parser.rb:182:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/pops_bridge.rb:27:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/resource/type.rb:122:in `evaluate_code'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:79:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:352:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:351:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:350:in `each'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:350:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:349:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/util/errors.rb:62:in `exceptwrap'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:348:in `evaluate_definitions'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:371:in `evaluate_generators'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:368:in `evaluate_generators'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:365:in `loop'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:365:in `evaluate_generators'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:126:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:126:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:56:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:234:in `override'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:106:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:23:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:95:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:93:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:161:in `benchmark'
/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:160:in `benchmark'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:92:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:52:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:201:in `find'
/usr/lib/ruby/vendor_ruby/puppet/network/http/api/v1.rb:105:in `do_find'
/usr/lib/ruby/vendor_ruby/puppet/network/http/api/v1.rb:50:in `send'
/usr/lib/ruby/vendor_ruby/puppet/network/http/api/v1.rb:50:in `call'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:56:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:234:in `override'
/usr/lib/ruby/vendor_ruby/puppet/network/http/api/v1.rb:49:in `call'
/usr/lib/ruby/vendor_ruby/puppet/network/http/route.rb:73:in `process'
/usr/lib/ruby/vendor_ruby/puppet/network/http/route.rb:72:in `each'
/usr/lib/ruby/vendor_ruby/puppet/network/http/route.rb:72:in `process'
/usr/lib/ruby/vendor_ruby/puppet/network/http/handler.rb:63:in `process'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/none.rb:6:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:43:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/network/http/handler.rb:61:in `process'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick/rest.rb:31:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:36:in `listen'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `call'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:30:in `listen'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:29:in `initialize'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:29:in `new'
/usr/lib/ruby/vendor_ruby/puppet/network/http/webrick.rb:29:in `listen'
/usr/lib/ruby/vendor_ruby/puppet/network/server.rb:27:in `start'
/usr/lib/ruby/vendor_ruby/puppet/daemon.rb:139:in `start'
/usr/lib/ruby/vendor_ruby/puppet/application/master.rb:284:in `start_webrick_master'
/usr/lib/ruby/vendor_ruby/puppet/application/master.rb:200:in `main'
/usr/lib/ruby/vendor_ruby/puppet/application/master.rb:160:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:371:in `run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:479:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:371:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:479:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:371:in `run'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:56:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:234:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:361:in `run'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:56:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:234:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:356:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:137:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:91:in `execute'
/usr/bin/puppet:4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment