summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-09 00:12:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-09 00:12:26 -0300
commitb05c816daa8a74f9c9871826bf3b5ddf5e0cbcd4 (patch)
treec4c39bf848b2fe60674f67127b7645689edf8eca
parente4d0b463f365515ae07c6189764efb9f0aa70c4f (diff)
downloadpuppet-hydra-b05c816daa8a74f9c9871826bf3b5ddf5e0cbcd4.tar.gz
puppet-hydra-b05c816daa8a74f9c9871826bf3b5ddf5e0cbcd4.tar.bz2
Using /usr/loca/bin
-rw-r--r--manifests/init.pp4
1 files 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"],