From 69eeea34d33c07b749454b06e3e8a390c1dbac07 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 29 Oct 2012 18:27:26 -0700 Subject: [PATCH] Add vswitch as testing sep This adds the switch module as a testing dep. --- .fixtures.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.fixtures.yml b/.fixtures.yml index 64cd2e4..e089997 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -14,5 +14,6 @@ fixtures: "sysctl": "git://github.com/duritong/puppet-sysctl.git" 'inifile': 'git://github.com/cprice-puppet/puppetlabs-inifile' "create_resources": 'git://github.com/puppetlabs/puppetlabs-create_resources' + 'vswitch': 'git://github.com/ekarlso/puppet-vswitch' symlinks: "openstack": "#{source_dir}"