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.
1 parent 36c3bdc commit 5a13f3dCopy full SHA for 5a13f3d
README.md
@@ -292,9 +292,9 @@ for extensions). Anyway you have to manage the SCL repo's by your own.
292
```puppet
293
class { '::php::globals':
294
php_version => 'rh-php71',
295
- rhscl => true,
296
-}->
297
-class { '::php':
+ rhscl_mode => 'rhscl',
+}
+-> class { '::php':
298
manage_repos => false
299
}
300
```
0 commit comments