From 4a76206bde9eb731ee76b2d7de88e9f24d835a28 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Thu, 20 Aug 2015 16:46:38 +0200 Subject: [PATCH] Increase code version (1.0.3 to 1.0.4) --- 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 12f3eac..6ea8266 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -154,7 +154,7 @@ class rhizo_base { ensure => present, provider => git, source => 'https://github.com/Rhizomatica/rccn.git', - revision => '1.0.3', + revision => '1.0.4', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],