From 0f773791fb61a62dd8f9099a1cdf9bf6bd0dd493 Mon Sep 17 00:00:00 2001 From: dsisnero Date: Fri, 12 Dec 2014 09:49:12 -0700 Subject: [PATCH 1/2] Update init.pp --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 910554b..b4425ef 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,9 +4,9 @@ # # include libreoffice # class { 'libreoffice': -# version => '4.2.5', +# version => '4.3.4', # } -class libreoffice($version='4.2.5') { +class libreoffice($version='4.3.4') { package { "LibreOffice-${version}": provider => 'appdmg', source => "http://download.documentfoundation.org/libreoffice/stable/${version}/mac/x86/LibreOffice_${version}_MacOS_x86.dmg", From afb1b630a18a0116703d09f000802d6068c17e43 Mon Sep 17 00:00:00 2001 From: Ronald Smith Date: Tue, 13 Jan 2015 21:57:11 -0600 Subject: [PATCH 2/2] update to libreoffice 4.3.5, and update for new URL download URL --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index b4425ef..bcb1609 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -6,9 +6,9 @@ # class { 'libreoffice': # version => '4.3.4', # } -class libreoffice($version='4.3.4') { +class libreoffice($version='4.3.5') { package { "LibreOffice-${version}": provider => 'appdmg', - source => "http://download.documentfoundation.org/libreoffice/stable/${version}/mac/x86/LibreOffice_${version}_MacOS_x86.dmg", + source => "http://download.documentfoundation.org/libreoffice/stable/${version}/mac/x86_64/LibreOffice_${version}_MacOS_x86-64.dmg", } }