From c1cee684a43743cd67185dbe9a1b90431c3f8638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 22 Nov 2023 16:36:07 -1000 Subject: [PATCH] Remove legacy top-scope syntax --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 1551cd3..3ae6d82 100644 --- a/README.markdown +++ b/README.markdown @@ -26,7 +26,7 @@ You may now continue configuring RVM resources. ## Install RVM with Puppet - class { '::rvm': } + class { 'rvm': } This will install RVM into `/usr/local/rvm`. @@ -40,7 +40,7 @@ This module will install the key if `gpg` is already installed or being installe If you don't want this module to manage any signing keys, set the `signing_keys` parameter to `[]` - class { '::rvm': signing_keys => [] } + class { 'rvm': signing_keys => [] } ## Installing Ruby