Feature #4724
how to deal with storeconfigs?
| Status: | Closed | Start date: | 09/04/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Keywords: | Branch: | |||
| Votes: | 0 |
Description
Evaluate possibilities to deal with exported ressources.
History
Updated by Nikolay Sturm over 1 year ago
Maybe this helps: https://gist.github.com/714765
require 'puppet/util/run_mode'
$puppet_application_mode = Puppet::Util::RunMode.new(:master)
require 'puppet'
require 'puppet/rails'
Puppet.settings.unsafe_parse('/etc/puppet/puppet.conf')
Puppet::Rails.connect
Updated by Nikolay Sturm 9 months ago
- Status changed from Investigating to Needs Decision
See http://blog.nistu.de/2011/09/04/testing-exported-resources-with-cucumber-puppet/ for a way to using storeconfigs in cucumber-puppet. Is this worth integrating?
Updated by Nikolay Sturm 4 months ago
- Status changed from Needs Decision to Closed
The blog post describes the solution, won’t implement it for now, though.