From f4f887b6e45dca378344b3cd53e4e2179f77d1a1 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 30 Sep 2013 18:21:00 -0700 Subject: [PATCH] download selenium jars as the selenium user --- manifests/install.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/install.pp b/manifests/install.pp index 8e6f316..47b9c63 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -56,6 +56,7 @@ source => $jar_url, destination => "${selenium::server::jar_path}/${jar_name}", timeout => 30, + execuser => $selenium::server::user, require => File[$jar_path], }