From c427b741276935e364d503bf864269a3937150e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 9 Jan 2024 00:20:11 -1000 Subject: [PATCH] Remove legacy top-scope syntax in README --- 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