From a4280cce53f85bd453cf306c840cd2f68f2594c2 Mon Sep 17 00:00:00 2001 From: "Joshua B. Bussdieker" Date: Mon, 23 Jun 2014 21:40:49 -0700 Subject: [PATCH] Fix server log spam --- manifests/system.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/system.pp b/manifests/system.pp index 2178a0ad..c1788a47 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -28,12 +28,10 @@ # the fact won't work until rvm is installed before puppet starts if "${::rvm_version}" != "" { - notice("RVM version ${::rvm_version}") - if ($version != undef) and ($version != present) and ($version != $::rvm_version) { # Update the rvm installation to the version specified notify { 'rvm-get_version': - message => "RVM updating to version ${version}", + message => "RVM updating from version ${::rvm_version} to ${version}", } exec { 'system-rvm-get': path => '/usr/local/rvm/bin:/usr/bin:/usr/sbin:/bin',