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 18d1a8a commit fcd76f3Copy full SHA for fcd76f3
spec/acceptance/01_zookeeper_spec.rb
@@ -4,7 +4,7 @@
4
5
describe 'zookeeper prereq' do
6
zookeeper = <<-EOS
7
- if $::osfamily == 'RedHat' {
+ if $facts['os']['family'] == 'RedHat' {
8
class { 'java' :
9
package => 'java-1.8.0-openjdk-devel',
10
}
0 commit comments