Skip to content

Commit

Permalink
ensure selenium log folder is writable by its owner
Browse files Browse the repository at this point in the history
  • Loading branch information
KlavsKlavsen committed May 13, 2014
1 parent 3d59e1d commit 57625be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@

file { $log_path:
ensure => directory,
mode => 0755,
}

file { '/var/log/selenium':
Expand Down

0 comments on commit 57625be

Please sign in to comment.