Skip to content

Commit

Permalink
Remove legacy top-scope syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jan 8, 2024
1 parent c823ab5 commit c1cee68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -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

Expand Down

0 comments on commit c1cee68

Please sign in to comment.