Skip to content

Commit 3183890

Browse files
author
Ashley Penney
committed
Merge pull request #831 from mhaskel/typo
Apparently missed one of these in the conversion
2 parents 6af0c50 + 3f4630c commit 3183890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/vhost.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
ensure => directory,
226226
mode => $logroot_mode,
227227
require => Package['httpd'],
228-
before => File["${priority_real}-${filename}.conf"],
228+
before => Concat["${priority_real}-${filename}.conf"],
229229
}
230230
}
231231

0 commit comments

Comments
 (0)