Last active
August 29, 2015 14:24
-
-
Save haani-niyaz/0cae541efc3263d5b2eb to your computer and use it in GitHub Desktop.
Sample .fixtures.yaml for rspec-puppet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixtures: | |
#repositories: | |
#stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git | |
#apt: git://github.com/puppetlabs/puppetlabs-apt.git | |
symlinks: | |
tomcat: "#{source_dir}" | |
authbind: "#{source_dir}/../authbind" | |
stdlib: "#{source_dir}/../stdlib" | |
apt: "#{source_dir}/../apt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment