diff --git a/manifests/centos.pp b/manifests/centos.pp index fa12a8b..d53b084 100644 --- a/manifests/centos.pp +++ b/manifests/centos.pp @@ -18,8 +18,6 @@ class tinc::centos inherits tinc::base { Service['tinc']{ hasstatus => true, - require => [ File['/etc/init.d/tinc'], File['/etc/sysconfig/tinc'] ] + hasrestart => true } - } -