Skip to content

Commit 18f538a

Browse files
committed
Remove legacy top-scope syntax
1 parent e7acbf3 commit 18f538a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ package also needs to be installed as it is a dependency for npm.
7171
Install Node.js and npm using the native packages provided by the distribution:
7272

7373
```puppet
74-
class { '::nodejs':
74+
class { 'nodejs':
7575
manage_package_repo => false,
7676
nodejs_dev_package_ensure => installed,
7777
npm_package_ensure => installed,
@@ -81,7 +81,7 @@ class { '::nodejs':
8181
Install Node.js and npm using the packages from EPEL:
8282

8383
```puppet
84-
class { '::nodejs':
84+
class { 'nodejs':
8585
nodejs_dev_package_ensure => installed,
8686
npm_package_ensure => installed,
8787
repo_class => 'epel',

0 commit comments

Comments
 (0)