From f7b905a6391698f97cf81d3b0f59d3331958c979 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Fri, 26 Oct 2012 12:14:48 -0700 Subject: [PATCH] Add create_resource to fixures To get the tests passing for 2.6.x --- .fixtures.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.fixtures.yml b/.fixtures.yml index ea14599d..be989960 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -6,5 +6,6 @@ fixtures: "stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git" "rabbitmq": "git://github.com/puppetlabs/puppetlabs-rabbitmq.git" 'inifile': 'git://github.com/cprice-puppet/puppetlabs-inifile' + "create_resources": 'git://github.com/puppetlabs/puppetlabs-create_resources' symlinks: "glance": "#{source_dir}"