diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-09 00:12:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-09 00:12:26 -0300 |
commit | b05c816daa8a74f9c9871826bf3b5ddf5e0cbcd4 (patch) | |
tree | c4c39bf848b2fe60674f67127b7645689edf8eca | |
parent | e4d0b463f365515ae07c6189764efb9f0aa70c4f (diff) | |
download | puppet-hydra-b05c816daa8a74f9c9871826bf3b5ddf5e0cbcd4.tar.gz puppet-hydra-b05c816daa8a74f9c9871826bf3b5ddf5e0cbcd4.tar.bz2 |
Using /usr/loca/bin
-rw-r--r-- | manifests/init.pp | 4 |
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"], |