Skip to content

Commit

Permalink
Merge pull request #44 from jbussdieker/fix_server_log_spam
Browse files Browse the repository at this point in the history
Fix RVM version logging
  • Loading branch information
carlossg committed Jun 24, 2014
2 parents 672d0f8 + a4280cc commit a6df1d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/system.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a6df1d9

Please sign in to comment.