diff --git a/manifests/system.pp b/manifests/system.pp index ef2cd02a..c5dc28f0 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -8,7 +8,7 @@ exec { 'system-rvm': path => '/usr/bin:/usr/sbin:/bin', - command => "bash -c '/usr/bin/curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer -o /tmp/rvm-installer && \ + command => "bash -c '/usr/bin/curl -s https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer -o /tmp/rvm-installer && \ chmod +x /tmp/rvm-installer && \ rvm_bin_path=/usr/local/rvm/bin rvm_man_path=/usr/local/rvm/man /tmp/rvm-installer --version ${actual_version} && \ rm /tmp/rvm-installer'",