diff --git a/puppet-{{cookiecutter.project_name}}/.fixtures.yml b/puppet-{{cookiecutter.project_name}}/.fixtures.yml deleted file mode 100644 index 637f213..0000000 --- a/puppet-{{cookiecutter.project_name}}/.fixtures.yml +++ /dev/null @@ -1,13 +0,0 @@ -fixtures: - repositories: - 'concat': - 'repo': 'git://github.com/puppetlabs/puppetlabs-concat.git' - 'ref': '1.2.2' - 'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile' - 'keystone': 'git://github.com/openstack/puppet-keystone.git' - 'mysql': 'git://github.com/puppetlabs/puppetlabs-mysql.git' - 'openstacklib': 'git://github.com/openstack/puppet-openstacklib.git' - 'postgresql': 'git://github.com/puppetlabs/puppetlabs-postgresql.git' - 'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git' - symlinks: - {{cookiecutter.project_name}}: "#{source_dir}" diff --git a/puppet-{{cookiecutter.project_name}}/.gitignore b/puppet-{{cookiecutter.project_name}}/.gitignore index cf70f8d..12b6e4d 100644 --- a/puppet-{{cookiecutter.project_name}}/.gitignore +++ b/puppet-{{cookiecutter.project_name}}/.gitignore @@ -4,3 +4,4 @@ spec/fixtures/manifests/site.pp *.swp pkg vendor/ +openstack/