From b05c816daa8a74f9c9871826bf3b5ddf5e0cbcd4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 9 Apr 2014 00:12:26 -0300 Subject: Using /usr/loca/bin --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index d719af3..f42b2d6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -10,8 +10,8 @@ class hydra( group => 'root', } - file { [ "/usr/local/sbin/hydra", "/usr/local/sbin/hydractl", - "/usr/local/sbin/hydras" ]: + file { [ "/usr/local/bin/hydra", "/usr/local/bin/hydractl", + "/usr/local/bin/hydras" ]: ensure => link, target => "$folder/hydra", require => Vcsrepo["$hydra_dir"], -- cgit v1.2.3