]> gitweb.fluxo.info Git - puppet-hydra.git/commitdiff
Using /usr/loca/bin
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 9 Apr 2014 03:12:26 +0000 (00:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 9 Apr 2014 03:12:26 +0000 (00:12 -0300)
manifests/init.pp

index d719af362352d5b83dfca161cb7f9fd55324036e..f42b2d65f7b4ea76672b4c07edf860cba59e2b1c 100644 (file)
@@ -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"],