From 2ac3b7c2e3283e5b0f48e6dd3d76c0192ee96a44 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 24 Nov 2015 17:15:12 +0100 Subject: test if couchrest gets installed with the correct version the old unit tests were not working anymore --- spec/fixtures/manifests/site.pp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 spec/fixtures/manifests/site.pp (limited to 'spec/fixtures') diff --git a/spec/fixtures/manifests/site.pp b/spec/fixtures/manifests/site.pp new file mode 100644 index 0000000..a959fb7 --- /dev/null +++ b/spec/fixtures/manifests/site.pp @@ -0,0 +1,8 @@ +# set a default exec path +# the logoutput exec parameter defaults to "on_error" in puppet 3, +# but to "false" in puppet 2.7, so we need to set this globally here +Exec { + logoutput => on_failure, + path => '/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin' +} + -- cgit v1.2.3