From adfb1fc67b3d8be4385114d94d5971d71a83d504 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 22:18:42 +0300 Subject: revert youri changes --- modules/buildsystem/manifests/var/youri.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/var/youri.pp b/modules/buildsystem/manifests/var/youri.pp index 25b49f88..bbf8794b 100644 --- a/modules/buildsystem/manifests/var/youri.pp +++ b/modules/buildsystem/manifests/var/youri.pp @@ -297,8 +297,8 @@ class buildsystem::var::youri( 'user' => $buildsystem::var::scheduler::login, 'keep_svn_release' => 'yes', 'uphost' => $buildsystem::var::scheduler::pkg_uphost, - 'root' => "${home}/uploads", - 'ssh_key' => "${home}/.ssh/id_rsa", + 'root' => '$home/uploads', + 'ssh_key' => '$home/.ssh/id_rsa', }, }, 'dependencies' => { @@ -306,8 +306,8 @@ class buildsystem::var::youri( 'options' => { 'user' => $buildsystem::var::scheduler::login, 'uphost' => $buildsystem::var::scheduler::pkg_uphost, - 'root' => "${home}/uploads", - 'ssh_key' => "${home}/.ssh/id_rsa", + 'root' => '$home/uploads', + 'ssh_key' => '$home/.ssh/id_rsa', }, }, 'rpminfo' => { @@ -315,8 +315,8 @@ class buildsystem::var::youri( 'options' => { 'user' => $buildsystem::var::scheduler::login, 'uphost' => $buildsystem::var::scheduler::pkg_uphost, - 'root' => "${home}/uploads", - 'ssh_key' => "${home}/.ssh/id_rsa", + 'root' => '$home/uploads', + 'ssh_key' => '$home/.ssh/id_rsa', }, }, 'ulri' => { @@ -324,7 +324,7 @@ class buildsystem::var::youri( 'options' => { 'user' => $buildsystem::var::scheduler::login, 'uphost' => $buildsystem::var::scheduler::pkg_uphost, - 'ssh_key' => "${home}/.ssh/id_rsa", + 'ssh_key' => '$home/.ssh/id_rsa', }, }, }, -- cgit v1.2.1