Skip to content

Commit

Permalink
Fix issue voxpupuli#17 - lots of attachements causes puppet runs to t…
Browse files Browse the repository at this point in the history
…ake very long
  • Loading branch information
mkrakowitzer committed Mar 23, 2014
1 parent a373576 commit ef128a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
url => $jira::downloadURL,
strip => true,
download_timout => 1800,
owner => $jira::user,
group => $jira::group,
notify => Exec["chown_${jira::webappdir}"],
} ->

Expand All @@ -40,7 +42,6 @@
ensure => 'directory',
owner => $jira::user,
group => $jira::group,
recurse => true,
} ->

exec { "chown_${jira::webappdir}":
Expand Down

0 comments on commit ef128a4

Please sign in to comment.