diff --git a/manifests/init.pp b/manifests/init.pp index 4ea5445..fa286e1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -419,8 +419,8 @@ class zuul ( ensure => present, } } - if ! defined(Httpd_mod['cgi']) { - httpd_mod { 'cgi': + if ! defined(Httpd_mod['cgid']) { + httpd_mod { 'cgid': ensure => present, } }