From af1d59f1317694d432e8a143a45dfe0081a9056c Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Wed, 13 Apr 2016 08:53:27 -0400 Subject: [PATCH] Add basic fixture file --- .fixtures.yml | 6 ++++++ README.md | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .fixtures.yml diff --git a/.fixtures.yml b/.fixtures.yml new file mode 100644 index 0000000..43a088e --- /dev/null +++ b/.fixtures.yml @@ -0,0 +1,6 @@ +fixtures: + repositories: + "stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git" + "apt": "https://github.com/puppetlabs/puppetlabs-apt.git" + symlinks: + "qdr": "#{source_dir}" \ No newline at end of file diff --git a/README.md b/README.md index 302939e..6552ccd 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ This module has been tested on the following platforms: * CentOS 7 * Ubuntu 15.10 -It is tested with the OSS version of Puppet 3.x and 4.x. ### Apt module dependence