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.
2 parents 18d1a8a + fcd76f3 commit 73318ecCopy full SHA for 73318ec
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