diff options
author | varac <varacanero@zeromail.org> | 2012-12-16 14:11:18 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-12-16 14:11:18 +0100 |
commit | c32c92e18d98ed936e55d2aff29afebe49d58d7d (patch) | |
tree | b774a05fc2c73ca74c77e3d83d97137f3c12d7ce /puppet/modules | |
parent | cf5d685d01edd77f73fa4f21488dcaf1fe782996 (diff) |
/usr/local/bin/leap_ca_daemon symlink
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_ca_daemon/manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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', + } } |