From 467edf38de5d7a07b2c2cf87254a34d4829fdc09 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Fri, 11 Jul 2014 15:42:06 -0500 Subject: [PATCH] Adding symlinks for the runit services. --- modules/rhizomatica_base_system/manifests/init.pp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/rhizomatica_base_system/manifests/init.pp b/modules/rhizomatica_base_system/manifests/init.pp index 3ee977b..f71fafb 100644 --- a/modules/rhizomatica_base_system/manifests/init.pp +++ b/modules/rhizomatica_base_system/manifests/init.pp @@ -77,6 +77,21 @@ class rhizomatica_base_system { recurse => true, } + file { '/etc/service/osmo-nitb': + ensure => link, + target => "/etc/sv/osmo-nitb", + } + +file { '/etc/service/freeswitch': + ensure => link, + target => "/etc/sv/freeswitch", + } + +file { '/etc/service/rapi': + ensure => link, + target => "/etc/sv/rapi", + } + package { 'mosh': ensure => installed, require => Apt::Source['mosh'],