From c32c92e18d98ed936e55d2aff29afebe49d58d7d Mon Sep 17 00:00:00 2001 From: varac Date: Sun, 16 Dec 2012 14:11:18 +0100 Subject: /usr/local/bin/leap_ca_daemon symlink --- puppet/modules/site_ca_daemon/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'puppet') diff --git a/puppet/modules/site_ca_daemon/manifests/init.pp b/puppet/modules/site_ca_daemon/manifests/init.pp index db76e0fb..34b2c522 100644 --- a/puppet/modules/site_ca_daemon/manifests/init.pp +++ b/puppet/modules/site_ca_daemon/manifests/init.pp @@ -73,4 +73,8 @@ class site_ca_daemon { require => [ Class['bundler::install'], Vcsrepo['/srv/leap_ca_daemon'] ]; } + file { '/usr/local/bin/leap_ca_daemon': + ensure => link, + target => '/srv/leap_ca_daemon/bin/leap_ca', + } } -- cgit v1.2.3