Skip to content

Commit

Permalink
Merge pull request #491 from voxpupuli/remove-legacy-top-scope-syntax
Browse files Browse the repository at this point in the history
Remove legacy top-scope syntax
  • Loading branch information
kenyon committed Nov 23, 2023
2 parents e7acbf3 + 18f538a commit 9268834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ package also needs to be installed as it is a dependency for npm.
Install Node.js and npm using the native packages provided by the distribution:

```puppet
class { '::nodejs':
class { 'nodejs':
manage_package_repo => false,
nodejs_dev_package_ensure => installed,
npm_package_ensure => installed,
Expand All @@ -81,7 +81,7 @@ class { '::nodejs':
Install Node.js and npm using the packages from EPEL:

```puppet
class { '::nodejs':
class { 'nodejs':
nodejs_dev_package_ensure => installed,
npm_package_ensure => installed,
repo_class => 'epel',
Expand Down

0 comments on commit 9268834

Please sign in to comment.