From 18f538ac637ab611cf2d675af04513fae5fd98f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 22 Nov 2023 16:35:47 -1000 Subject: [PATCH] Remove legacy top-scope syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7fa190a..34edfe5f 100644 --- a/README.md +++ b/README.md @@ -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, @@ -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',