Skip to content

Commit 3f27be1

Browse files
author
Tim Meusel
committed
install ruby-devel for unicorn
1 parent eb33279 commit 3f27be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/unicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class puppet::unicorn () {
55
include nginx
66
# install unicorn
7-
package {'ruby-libs':
7+
package {'ruby-devel':
88
ensure => 'latest',
99
} ->
1010
package {['unicorn', 'rack']:

0 commit comments

Comments
 (0)