Skip to content

Commit 5a13f3d

Browse files
Tames McTiguebastelfreak
Tames McTigue
authored andcommitted
Update README.md with working RHSCL example
1 parent 36c3bdc commit 5a13f3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@ for extensions). Anyway you have to manage the SCL repo's by your own.
292292
```puppet
293293
class { '::php::globals':
294294
php_version => 'rh-php71',
295-
rhscl => true,
296-
}->
297-
class { '::php':
295+
rhscl_mode => 'rhscl',
296+
}
297+
-> class { '::php':
298298
manage_repos => false
299299
}
300300
```

0 commit comments

Comments
 (0)