Skip to content

Commit

Permalink
Clean up jetty symlink and create target of archive
Browse files Browse the repository at this point in the history
  • Loading branch information
tepeds committed Jan 5, 2017
1 parent 15ea7c2 commit e84a068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/jetty.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
extract => true,
extract_path => $jetty_home,
cleanup => false,
creates => "${jetty_home}/jetty-distribution-${jetty_version}",
creates => "${jetty_home}/jetty-distribution-${jetty_version}/README.TXT",
notify => Service["jetty"]
} ->

file { "${home}/jetty":
file { "${jetty_home}/jetty":
ensure => 'link',
target => "${home}/jetty-distribution-${version}",
target => "${jetty_home}/jetty-distribution-${jetty_version}",
} ->

file { "/var/log/jetty":
Expand Down

0 comments on commit e84a068

Please sign in to comment.