Skip to content

Commit

Permalink
Merge pull request #831 from mhaskel/typo
Browse files Browse the repository at this point in the history
Apparently missed one of these in the conversion
  • Loading branch information
Ashley Penney committed Aug 26, 2014
2 parents 6af0c50 + 3f4630c commit 3183890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
ensure => directory,
mode => $logroot_mode,
require => Package['httpd'],
before => File["${priority_real}-${filename}.conf"],
before => Concat["${priority_real}-${filename}.conf"],
}
}

Expand Down

0 comments on commit 3183890

Please sign in to comment.