diff --git a/README.md b/README.md index 051125fd..2fd636a6 100644 --- a/README.md +++ b/README.md @@ -292,9 +292,9 @@ for extensions). Anyway you have to manage the SCL repo's by your own. ```puppet class { '::php::globals': php_version => 'rh-php71', - rhscl => true, -}-> -class { '::php': + rhscl_mode => 'rhscl', +} +-> class { '::php': manage_repos => false } ```