Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Ensure curl is installed on dev machines since the precise dev box do…
Browse files Browse the repository at this point in the history
…es not come with it
  • Loading branch information
fgrehm committed Apr 21, 2013
1 parent ad5422e commit 5136745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Install dependencies
package {
[ 'libffi-dev', 'bsdtar', 'exuberant-ctags', 'ruby1.9.1-dev', 'htop', 'git',
'build-essential', 'redir' ]:
'build-essential', 'redir', 'curl' ]:
ensure => 'installed'
;

Expand Down

0 comments on commit 5136745

Please sign in to comment.