We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7acbf3 + 18f538a commit 9268834Copy full SHA for 9268834
1 file changed
README.md
@@ -71,7 +71,7 @@ package also needs to be installed as it is a dependency for npm.
71
Install Node.js and npm using the native packages provided by the distribution:
72
73
```puppet
74
-class { '::nodejs':
+class { 'nodejs':
75
manage_package_repo => false,
76
nodejs_dev_package_ensure => installed,
77
npm_package_ensure => installed,
@@ -81,7 +81,7 @@ class { '::nodejs':
81
Install Node.js and npm using the packages from EPEL:
82
83
84
85
86
87
repo_class => 'epel',
0 commit comments