From fb4a918cbbd460600ec312c17d8267310d292a3c Mon Sep 17 00:00:00 2001 From: Ciaby Date: Sat, 18 Jul 2015 18:09:22 +0200 Subject: [PATCH] Increase RCCN version to 1.0.3 --- modules/rhizo_base/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index 4c6c8c5..a7e3786 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -153,7 +153,7 @@ class rhizo_base { ensure => present, provider => git, source => 'https://github.com/Rhizomatica/rccn.git', - revision => '1.0.2', + revision => '1.0.3', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],