Skip to content

Commit

Permalink
Merge pull request #867 from mhaskel/MODULES-1348
Browse files Browse the repository at this point in the history
MODULES-1348 - apache::vhost concat ordering
  • Loading branch information
hunner committed Sep 26, 2014
2 parents d81a202 + 1c40da0 commit 808e387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
owner => 'root',
group => $::apache::params::root_group,
mode => '0644',
order => 'numeric',
require => Package['httpd'],
notify => Service['httpd'],
}
Expand Down

0 comments on commit 808e387

Please sign in to comment.