Skip to content

Commit eb33279

Browse files
author
Tim Meusel
committed
install ruby-libs for unicorn
1 parent a73453e commit eb33279

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/unicorn.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
class puppet::unicorn () {
55
include nginx
66
# install unicorn
7+
package {'ruby-libs':
8+
ensure => 'latest',
9+
} ->
710
package {['unicorn', 'rack']:
811
ensure => 'latest',
912
provider => 'gem',

0 commit comments

Comments
 (0)