fixtures:
repositories:
stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git
symlinks:
apache: "#{source_dir}"
This defines a testing environment with two modules: one called
‘stdlib’ fetched from a Github repository, and one called ‘apache’
(our module) which will be a symlink to the current source
directory.
Grts
Jo
--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/f05a050a-a614-4d15-bf9c-1f3ae541770c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Upcoming Events:
Zabbix Certified Training | http://www.open-future.be/zabbix-certified-training-10-till-12th-march
Zabbix for Large Environments Training | http://www.open-future.be/zabbix-large-environments-training-13-till-14th-march
Puppet Introduction Course | http://www.open-future.be/puppet-introduction-course-14th-april
Puppet Advanced Training | http://www.open-future.be/puppet-advanced-training-15-till-17th-april
Subscribe to our newsletter: http://eepurl.com/BUG8H
Have a look at rpec-pupept and the .fixture.yaml file.
http://puppetlabs.com/blog/the-next-generation-of-puppet-module-testing
an expert from the text :
.fixtures.yml. This file is used by the common rake tasks to automatically install dependencies for test runs. For our example, its contents should be:fixtures: repositories: stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git symlinks: apache: "#{source_dir}"This defines a testing environment with two modules: one called ‘stdlib’ fetched from a Github repository, and one called ‘apache’ (our module) which will be a symlink to the current source directory.
Grts
Jo