Skip to content

Commit

Permalink
MODULES-1348 - apache::vhost concat ordering
Browse files Browse the repository at this point in the history
Need to set `order => 'numeric'` for the concat resource in
apache::vhost so that the fragments get concatenated in the correct
order.
  • Loading branch information
Morgan Haskel committed Sep 26, 2014
1 parent 452a012 commit 1c40da0
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 1c40da0

Please sign in to comment.