diff --git a/manifests/vhost.pp b/manifests/vhost.pp index 762aa28fb..7fcfd3df1 100644 --- a/manifests/vhost.pp +++ b/manifests/vhost.pp @@ -395,6 +395,7 @@ owner => 'root', group => $::apache::params::root_group, mode => '0644', + order => 'numeric', require => Package['httpd'], notify => Service['httpd'], }