Skip to content

Commit

Permalink
Apparently missed one of these in the conversion
Browse files Browse the repository at this point in the history
Use Concat instead of File.
  • Loading branch information
Morgan Haskel committed Aug 26, 2014
1 parent 6af0c50 commit 3f4630c
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 3f4630c

Please sign in to comment.