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 Nov 23, 2023
1 parent e7acbf3 commit 18f538a
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 18f538a

Please sign in to comment.