diff --git a/manifests/install.pp b/manifests/install.pp index 95f372d..d628291 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -46,13 +46,6 @@ if $::osfamily == 'RedHat' { class {'::tomcat::install::redhat': } } - - # Set the init script unexecutable - file {"/etc/init.d/tomcat${tomcat::version}": - ensure => file, - mode => '0644', - require => Service['tomcat'], - } } } else {