From 19b257221890c4b7353ca757f9836626df4951b9 Mon Sep 17 00:00:00 2001 From: Darren Coxall Date: Tue, 14 May 2013 08:39:15 +0100 Subject: [PATCH] Updated to go1.1 --- manifests/init.pp | 2 +- modules/golang/manifests/init.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 871ce8c..62d09a5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,3 +1,3 @@ class { "golang": - version => "1.1rc3" + version => "1.1" } diff --git a/modules/golang/manifests/init.pp b/modules/golang/manifests/init.pp index 83ce338..5d7507b 100644 --- a/modules/golang/manifests/init.pp +++ b/modules/golang/manifests/init.pp @@ -1,4 +1,4 @@ -class golang ( $version = "1.0.3" ) { +class golang ( $version = "1.1" ) { exec { "download-golang": command => "/usr/bin/wget -O /usr/local/src/go$version.linux-amd64.tar.gz https://go.googlecode.com/files/go$version.linux-amd64.tar.gz",