From edc581df32a1f815979dd4b286629b2cfb55386f Mon Sep 17 00:00:00 2001 From: Arnaud Gomes <Arnaud.Gomes@ircam.fr> Date: Mon, 8 Apr 2013 17:14:17 +0200 Subject: [PATCH] Cleanup. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index c2e537d..0860c21 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -25,7 +25,7 @@ # class zfs { - if $operatingsystem in ['redhat', 'centos', 'scientific'] { + if $::operatingsystem in ['RedHat', 'CentOS', 'Scientific'] { package { 'zfs-release': ensure => present, provider => rpm, -- GitLab